Listing of roles
|
Role
|
Modified
|
||
|---|---|---|---|
|
|
{{ $role->name }}
|
{{ \Carbon\Carbon::parse($role->updated_at)->format('d M, H:i') }}
|
@if( Auth::user()->can('role view permission') || Auth::user()->hasRole('DSI God Admin'))
{{-- Permissions --}}
@endif
@if( Auth::user()->can('role edit') || Auth::user()->hasRole('DSI God Admin'))
@endif
@if( Auth::user()->can('role delete') || Auth::user()->hasRole('DSI God Admin'))
@endif
|
|
No records found
|
Showing:
{{ count($roles) > 0 ? 'of '.$roles->total() : '' }}