@php $effects = old($inputName, $permissionEffects ?? []); $inheritedEffects = $inheritedPermissionEffects ?? []; $adminLocked = $adminLocked ?? false; $inheritLabel = $inheritLabel ?? 'Наследовать'; @endphp
| Право | Код | Доступ |
|---|---|---|
| {{ $permission->name }} @if($permission->type === \App\Models\Permission::TYPE_FIELD) поле @endif @if($inheritedValue) По роли: {{ $inheritedValue === 'allow' ? 'разрешено' : 'запрещено' }} @endif | {{ $permission->slug }} |
@if($adminLocked) @endif |