{{ date('d/m/Y', strtotime($message->created_at)) }} {{ date('h:i A', strtotime($message->created_at)) }}
@endforeach @else @foreach ($metaChatRooms as $message) @php $latestChat = $message->latestChat($message->user_id); @endphp{{ $latestChat ? date('d/m/Y', strtotime($latestChat->created_at)) : '' }} {{ $latestChat ? date('h:i A', strtotime($latestChat->created_at)) : '' }}
@if ($message->is_expired == false)