{{-- permission management page header --}}
{{ __('Permission Management') }}
{{ __('Manage permissions, define access rules, and control user capabilities within the system.') }}
{{ __('Documentation') }} @can('manage access rights') @endcan
{{-- Quick reference banner --}}
{{ __('Permissions are the atomic building blocks') }}
{{ __('Each permission represents ONE specific action (e.g.') }} view dashboard, manage users). {{ __('You assign permissions to') }} {{ __('roles') }}, {{ __('then assign roles to') }} {{ __('users') }}. {{ __('Read the full RBAC guide →') }}
{{-- permissions table --}}
@can('manage access rights') @endcan {{-- filter bar --}}
{{ __('Status') }} {{ __('Permission Name') }} {{ __('Module / Guard') }} {{ __('Assigned To (Roles)') }} {{ __('Created At') }} {{ __('Created By') }} {{ __('Last Updated At') }} {{ __('Last Updated By') }}{{ __('Action') }}
{{-- add permission modal --}} {{-- edit permission modal --}} {{-- script handler (status, delete, edit data fill) --}}