Train and manage entity permissions
| pluck('id')->toArray() === $selectedRequests) checked @endif> | Entity | Action | Route | Time | Actions |
|---|---|---|---|---|---|
|
{{ $request->entity?->name ?? 'Unknown' }}
{{ $request->entity?->path }}
|
{{ $request->action }} @if($request->scope) ({{ $request->scope }}) @endif | {{ $request->method }} {{ Str::limit($request->route, 40) }} | {{ $request->created_at->diffForHumans() }} |
No permissions trained yet
Permissions will appear here as you train them through the matrix.
| Entity | Permission Key | Scope | Status | Source | Actions |
|---|---|---|---|---|---|
|
{{ $permission->entity?->name ?? 'Unknown' }}
{{ $permission->entity?->path }}
|
{{ $permission->key }} | {{ $permission->scope ?? 'global' }} |
@if($permission->allowed)
Allowed
@else
Denied
@endif
@if($permission->locked)
Locked
@endif
|
{{ $permission->source }} @if($permission->setByEntity) by {{ $permission->setByEntity->code }} @endif |
@if($permission->locked)
@endif
@if(!$permission->locked)
@endif
|