@if($user->avatar) {{ $user->name }} @else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif

Welcome, {{ $user->name }}

{{ $user->email }} @if($user->isAdmin()) Admin @elseif($user->roles->isNotEmpty()) {{ $user->roles->pluck('name')->implode(', ') }} @else {{ ucfirst($user->role) }} @endif @if($user->microsoft_id) Microsoft Linked @endif
Secure Microsoft SSO Session Active

Authorized Corporate Services

@foreach($services as $service)
{{ $service['tag'] }}
@if($service['icon_svg'] === 'outlook') @elseif($service['icon_svg'] === 'teams') @elseif($service['icon_svg'] === 'keka') @elseif(str_starts_with($service['icon_svg'] ?? '', ' @endif
{{ $service['name'] }}
{{ $service['desc'] }}
@endforeach
Signing into Service
Negotiating single sign-on token with Microsoft Identity Server...
Connecting securely. You will be redirected silently.