@extends('layouts.front-end.app') @section('title') {{ Request::is('chat/seller') ? \App\CPU\translate('chat_with_seller') : \App\CPU\translate('chat_with_delivery-man')}} @endsection @push('css_or_js') @endpush @section('content')
{{asset('storage/app/public/'.$chat->image)}} @else {{ $shop->delivery_man_id ?asset('storage/app/public/delivery-man/'.$last_chat->delivery_man->image) : asset('storage/app/public/shop/'.$last_chat->shop->image)}}
@endif)
{{$chat->message}}
{{$chat->created_at->format('h:i A')}} | {{$chat->created_at->format('M d')}}{{$chat->message}}
{{$chat->created_at->format('h:i A')}} | {{$chat->created_at->format('M d')}}{{\App\CPU\translate('No conversation found')}}