@csrf() @method('put')
@foreach($data->menuRoles as $menuRole) @php $access = $menuRole; @endphp @endforeach
Menu View
Create
Update
Delete
{{ $menuRole->menu->title ?? '-' }} can_view ? 'checked' : '' }}> can_create ? 'checked' : '' }}> can_update ? 'checked' : '' }}> can_delete ? 'checked' : '' }}>