Active Role
{{ \App\Models\User::ADMIN_ROLE_LABELS[$activeRole] ?? ucfirst($activeRole) }}
@foreach($availableRoles as $roleKey)
@if($roleKey === $activeRole)
{{ \App\Models\User::ADMIN_ROLE_LABELS[$roleKey] ?? ucfirst($roleKey) }}
@else
@endif
@endforeach
Switch role to change menu access and dashboard view.