@if($item && isset($item['id'])) receiver_id ? 'bg-[#aabf86] text-white' : '' }} px-3 py-5 rounded-md">

{{ $item["name"] }}

{{ $chat['last_message'] ? $chat['last_message']['message'] : '' }}
@if ($chat['unread_count'] > 0) {{ $chat['unread_count'] }} @endif {{ $chat['formatted_date'] }} {{ $chat['time'] }}
@endif