{{ $role ? __('Edit role') : __('New role') }}

{{ __('Back') }}
{{-- Nombre --}}
@error('name')

{{ $message }}

@enderror @if($isProtected)

{{ __('This role is protected and cannot be renamed.') }}

@endif
{{-- Descripción --}}
@error('description')

{{ $message }}

@enderror

{{ __('Permissions are assigned from the role view, in the "Permissions" tab.') }}

{{ __('Cancel') }}