{{-- LEFT SIDE: ROLE LIST --}}
{{-- RIGHT SIDE: MENUS + PERMISSIONS --}}
Roles
@foreach($roles as $r)
{{-- Icon Box --}}
{{-- Name + Subtitle --}}
{{-- Arrow --}}
@endforeach
@if($roles->isEmpty())
{{ $r->name }}
Role permissions
No roles found.
@endif