-
@forelse($allChats as $chat)
-
@if($chat->profilePicUrl)
@else
{{ strtoupper(substr($chat->displayName, 0, 1)) }}@endif{{ $chat->displayName }} @if($chat->isOnline) @endif@if($chat->lastMessageSenderName && $chat->isGroup) {{ $chat->lastMessageSenderName }}: @endif {{ $chat->lastMessage }}@if($chat->lastMessageTime) {{ \Carbon\Carbon::parse($chat->lastMessageTime)->format('h:i A') }} @endif @if($chat->unreadCount > 0) {{ $chat->unreadCount }} @endif
@empty
- No chats found. @endforelse
-
@forelse($unreadChats as $chat)
-
@if($chat->profilePicUrl)
@else
{{ strtoupper(substr($chat->displayName, 0, 1)) }}@endif{{ $chat->displayName }} @if($chat->isOnline) @endif@if($chat->lastMessageSenderName && $chat->isGroup) {{ $chat->lastMessageSenderName }}: @endif {{ $chat->lastMessage }}@if($chat->lastMessageTime) {{ \Carbon\Carbon::parse($chat->lastMessageTime)->format('h:i A') }} @endif @if($chat->unreadCount > 0) {{ $chat->unreadCount }} @endif
@empty
- No unread chats. @endforelse
-
@forelse($readChats as $chat)
-
@if($chat->profilePicUrl)
@else
{{ strtoupper(substr($chat->displayName, 0, 1)) }}@endif{{ $chat->displayName }} @if($chat->isOnline) @endif@if($chat->lastMessageSenderName && $chat->isGroup) {{ $chat->lastMessageSenderName }}: @endif {{ $chat->lastMessage }}@if($chat->lastMessageTime) {{ \Carbon\Carbon::parse($chat->lastMessageTime)->format('h:i A') }} @endif @if($chat->unreadCount > 0) {{ $chat->unreadCount }} @endif
@empty
- No read chats. @endforelse
Select a chat from the left to view messages