Logo
{{ auth()->user()->name }} {{-- Pro --}}
{{ auth()->user()->email }}
{{-- Removed: "Mi Perfil" - Route not implemented --}} {{-- Removed: "Idioma" - Language switching not implemented --}}
{{ __('Sign Out') }}
@if (theme()->isDarkModeEnabled())
@endif