{{-- Fallback universal dashboard --}}
{{ __('You are logged in to') }} {{ config('app.name') }}.
{{-- Checks Spatie roles collection directly to find unassigned users --}} @if(!auth()->user() || auth()->user()->getRoleNames()->isEmpty() || auth()->user()->hasRole('guest'))