{{-- header --}} メニュー別権限設定 {{-- contents --}}
ロール名 {{$role->role_name}}
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden')
@csrf @method('put') @foreach($details as $index=>$tmp) @php($row = (object)$tmp) @endforeach
No. メニュー名
閲覧
追加
修正
削除
{{intval($index) + 1}} {{$row->menu_name}}
{{-- script --}}