{{ __('Cancel') }}
{{ __('Admin · Permissions · New') }}

{{ __('Create a new') }} {{ __('permission') }}

{{ __('Add a fine-grained capability flag. Once created, attach it to one or more roles in the role editor.') }}

@if ($errors->any())
@foreach ($errors->all() as $err)
{{ $err }}
@endforeach
@endif
@csrf
01 {{ __('Permission details') }}
{{ __('Permissions are grouped by module in the role editor.') }}
{{ __('Lowercase, no spaces. Will be combined as') }} {{ __('module') }}.{{ __('action') }}.
{{ __('Auto-filled from module + action. Edit only if you need a custom string.') }}
Naming convention: use {{ __('module.action') }} in lowercase. Examples: {{ __('campaigns.send') }}, {{ __('billing.refund') }}, {{ __('audit.export') }}.
@push('scripts') @endpush