@extends('master') @section('title', 'Drone') @section('header-konten')
@endsection @section('konten')No | Nama Folder | @php $baca = explode(',', Auth::user()->role->baca); $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); @endphp @if (in_array('30', $baca) | in_array('30', $ubah) | in_array('30', $tambah))Aksi | @endif
---|---|---|
{{ $i }} | {{ $t }} | @if (in_array('30', $baca) | in_array('30', $ubah) | in_array('30', $tambah))@endif |