Conversation
@if(count($chatRooms) == 0)
@else
@foreach($chatRooms as $room)
@endforeach
@endif
You Haven't Start Chat Anyone Yet!!
@if($room->receiver_id == \Illuminate\Support\Facades\Auth::id())
@else
@endif
@else
@endif
{{ $room->receiver_id == \Illuminate\Support\Facades\Auth::id() ? $room->sender->name : $room->receiver->name }}
{{ $room->last_message ?? 'Say Hi' }}
{{ $room->last_message_time ?? '' }}
--}}
{{--
--}}
{{-- }})