{{ $conversation->title }}
{{ translate('Between you and') }} @if ($conversation->sender_id == Auth::user()->id) {{ $conversation->receiver->name }} @else {{ $conversation->sender->name }} @endif
@if ($conversation->sender_id == Auth::user()->id && $conversation->receiver->shop != null) {{ $conversation->receiver->shop->name }} @endif
 }})
 }})