💡 Tip: Users will inherit permissions from their assigned role.
Select additional permissions here only if you need to grant extra access beyond the
role.
@foreach ($permissions as $permission)
@if ($permission->name !== 'manage users')
@endif
@endforeach
@error('permissions')
{{ $message }}
@enderror