{{ __('No conversations yet') }}
{{ __('Chat with your matches by visiting their profile.') }}
{{ $c->other?->name ?? __('Deleted account') }}
@if ($c->lastMessage->sender_id === auth()->id()) {{ __('You') }}: @endif {{ Str::limit($c->lastMessage->message, 60) }}
{{ __('No messages yet') }}