@foreach($menus as $menu) @php if($menu->role_id != null && $menu->role_id != $role->id){ unset($menu); } @endphp @if(@$menu)
@endif @endforeach
@section('script') @endsection