{{ $chat->user->name }}
{{-- Unread Badge --}} @if ($chat->unread_count_admin > 0) {{ $chat->unread_count_admin }} @endif{{ $chat->subject ?? __('tenant_admin.chat.order_number_prefix') . $chat->order?->order_number }}
@endif {{-- Last Message Preview --}} @if ($chat->lastMessage){{ Str::limit($chat->lastMessage->body, 40) }}
{{ __('tenant_admin.chat.no_chats_found') }}
{{ $selectedChat->subject ?? ($selectedChat->order ? __('tenant_admin.chat.order_number_prefix') . $selectedChat->order->order_number : __('tenant_admin.chat.general_chat')) }}
{{ $message->created_at->format('h:i A') }}
{{ __('tenant_admin.chat.select_chat_to_start') }}
{{ __('tenant_admin.chat.polling_hint') }}