| Role Name @if($sortField === 'name') @endif | Users Count | Permissions Count | Created At | Actions |
|---|---|---|---|---|
|
{{ $role->name }}
@if($role->name === 'Owner')
Protected
@endif
|
{{ $role->users()->count() }} users | {{ $role->permissions()->count() }} permissions | {{ $role->created_at->format('M d, Y') }} | |
|
No roles found @if($search)Try adjusting your search criteria @endif |
||||