@extends('master') @section('title', 'Drone') @section('header-konten') @endsection @section('konten')
Tiled {{ $tiled }}
@php $tambah = explode(',', Auth::user()->role->tambah); $baca = explode(',', Auth::user()->role->baca); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('30', $tambah))
@endif
@php $i = -1; @endphp @foreach ($folders as $f) @if ($f != '.' && $f != '..') @if (in_array('30', $baca) | in_array('30', $ubah) | in_array('30', $tambah)) @endif @endif @php $i++; @endphp @endforeach
No Nama File/Folder Aksi
{{ $i }} @if (strpos(mime_content_type($foldersPath.'/'.$f), 'image') === false) @else @endif {{ $f }}
@if (strpos(mime_content_type($foldersPath.'/'.$f), 'image') === false) @endif
@endsection @section('modal') @php $tambah = explode(',', Auth::user()->role->tambah); $baca = explode(',', Auth::user()->role->baca); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('30', $tambah)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection