@if (count($conversations)>0)
@foreach ($conversations as $conversation)
{{ $this->getChatUserInstance($conversation, $name='name')}}
{{$conversation->messages->last()?->created_at->shortAbsoluteDiffForHumans()}}
{{$conversation->messages->last()->body}}
56
@endforeach
@else
You have no conversations
@endif