{{-- Admin role picker. A user may hold several roles at once; the menus they can open is the union of every role ticked here. --}} @if($adminRoles->isEmpty())

No admin roles exist yet. Create one first.

@else
@foreach($adminRoles as $adminRole) @endforeach
@endif @if($disabled)

You cannot change your own roles

@else

Tick every role this user should have — access is combined across them. Manage roles

@endif @error('admin_role_ids')

{{ $message }}

@enderror