{{ __('Manage system roles and their permissions') }}
{{ session('success') }}
| {{ __('Role') }} | {{ __('Permissions') }} | {{ __('Actions') }} |
|---|---|---|
|
{{ strtoupper(substr($role->name, 0, 1)) }}
{{ $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') }} |
||