Chat Message with Agent
@foreach($chats as $chat)
@if( $chat->sender_id == Auth::id() && $chat->offer_buyer_id == $offerId->offer_id)
@elseif($chat->sender_id == $agentId && $chat->receiver_id == Auth::id())
@endif
@endforeach