Roles / {{ str_replace('_', ' ', $role->name) }}

{{ str_replace('_', ' ', $role->name) }}

Tick the permissions that should belong to this role.

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

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

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