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

Welcome, {{ $user->name }}

{{ $user->email }}{{ $user->role }} @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') @else @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.