{{ __("direx.dashboard.welcome_message") }}

{{-- Admin panel link (compact) --}} @if (Auth::user()?->isStaff()) @endif {{-- Layout 3/4 email + 1/4 mensajes --}}
{{-- Sección Email (3/4) --}}

{{ __('direx.dashboard.email_section') }}

@if (Auth::user()?->hasGmailConnected())

{{ Auth::user()->gmail_email }}

{{ __('direx.dashboard.gmail_connected_info') }}

@else

{{ __('direx.dashboard.connect_gmail_prompt') }}

{{ __('Profile') }} @endif
{{-- Sección Mensajes / Chats (1/4) --}}

{{ __('direx.dashboard.messages_section') }}

@livewire('direct-messages-panel')