Manage organization role types and their permissions
| Code | Name | Description | Status | Permissions | Affiliations | Created | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $roleType->code }}
|
{{ $roleType->name }}
|
{{ $roleType->description ?? 'No description' }}
|
@if($roleType->active)
Active
@else
Inactive
@endif
|
{{ $roleType->permissions()->count() }} permissions
|
{{ $roleType->activeAffiliationsCount() }} active
|
{{ $roleType->created_at->format('M d, Y') }} |
|
|
No role types found Create your first role type to get started |
|||||||
Are you sure you want to delete this role type? This action cannot be undone.