@extends('master') @section('title', 'Drone') @section('header-konten') @endsection @section('konten')
{{ $namaFolder }}
@php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('30', $ubah) | in_array('30', $tambah))
@endif
@php $i = -1; @endphp @foreach ($files as $file) @if (Str::length($file) >= 3)
Gambar {{ $i }}
@if (in_array('30', $hapus))
{{--
--}}
@endif
@endif @php $i++; @endphp @endforeach
@endsection @section('modal') @php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); @endphp @if (in_array('30', $ubah) | in_array('30', $tambah)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection