Editing User: {{ $user->name_first }} {{ $user->name_last }} View Profile @if(session('success'))
{{ session('success') }}
@endif
@foreach($allRoles as $role)
@endforeach
@foreach(\App\Components\Admin\Users\UserEdit::WORKSPACES as $ws)
@endforeach

When restricted, the user can only switch to and access the ticked workspaces. The workspaces.override permission bypasses this whitelist entirely.

{{-- SIDEBAR --}}

Editing


Role changes apply immediately and may affect system access.