{{ __('Inbox') }} {{ trans_choice(':count conversation|:count conversations', $this->conversations->count(), ['count' => $this->conversations->count()]) }}
{{ __('Live') }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Profile settings') }} {{ __('Password and 2FA') }} {{ __('Appearance') }}
@csrf {{ __('Log out') }}
@for ($index = 0; $index < 6; $index++)
@endfor
@forelse ($this->conversations as $conversation) @php $selected = $selectedConversationId === $conversation->id; $unreadCount = (int) ($conversation->unread_messages_count ?? 0); @endphp @empty
{{ __('No conversations found') }} {{ __('Try a different name, email, or group title.') }}
@endforelse