{{ __('Manage role groups and the permissions assigned to each.') }}
| {{ __('Name') }} | {{ __('Description') }} | {{ __('Permissions') }} | {{ __('Users') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| {{ $role->name }} @if(in_array($role->name, ['Admin'], true)) {{ __('protected') }} @endif | {{ $role->description ?: '—' }} | {{ $role->permissions->count() }} | {{ $role->users_count }} |
@unless(in_array($role->name, ['Admin'], true))
@endunless
|
|
| {{ __('No roles') }} | |||||
{{ $viewing->description ?: __('No description') }}
{{ $viewing->users_count }} {{ __('users') }} · {{ $viewing->permissions->count() }} {{ __('permissions') }}
{{ __('No permissions') }}
@else