@if ( isset($contacts) ) @foreach($contacts as $key=>$listingChat)
  • {{ $listingChat->listing->title }}

    {{ $listingChat->messge }}

  • @endforeach @endif @if ( isset($vendorContacts) ) @php $alreadyAdded = []; @endphp @foreach($vendorContacts as $key=>$listingChat)
  • {{ $listingChat->listing->title }}

    {{ $listingChat->from->id != \Auth::user()->id ? $listingChat->from->full_name : $listingChat->to->full_name }}

    {{--

    Last Message - {{ $listingChat->message }}

    --}}
  • @endforeach @endif