Roles / New role

New role

Identity

@error('name')

{{ $message }}

@enderror

Use a human-readable name. It will appear in the user role picker.

Permissions

Optional — pick the abilities this role should grant. You can also adjust them later.

@foreach ($grouped as $module => $perms)

{{ str_replace('_', ' ', $module) }}

@foreach ($perms as $perm) @endforeach
@endforeach
Cancel