Manage system roles and their permissions
{{ session('success') }}
| Role | Permissions | Actions |
|---|---|---|
|
{{ $role->name }}
{{ count($perms) }} permission{{ count($perms) != 1 ? 's' : '' }}
|
@foreach($visible as $p)
{{ $p }}
@endforeach
@if(count($hidden) > 0)
@endif
@if(count($hidden) > 0)
@endif
@if(count($perms) == 0)
No permissions assigned
@endif
|
|
|
No roles found Add First Role |
||