{{ __('Inbox') }} {{ trans_choice(':count conversation|:count conversations', $this->conversations->count(), ['count' => $this->conversations->count()]) }}
{{ __('Live') }}
@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