{{ $other?->name ?? __('Deleted account') }} @if ($other?->profile) #{{ $other->id }} @endif
{{ __('is feeling') }}:
@if ($other?->profile) {{ __('View profile') }} @endif{{ $msg->replyTo->sender?->name ?? __('Deleted user') }}
{{ Str::limit(strip_tags($msg->replyTo->message ?? '📎'), 80) }}
{{ $msg->attachment_name }}
@if ($expiresLabel){{ $expiresLabel }}
@endif{{ $msg->attachment_name }}
@if ($expiresLabel){{ $expiresLabel }}
@endif
{{ __('You have blocked :name. Unblock them to send messages.', ['name' => $other?->name]) }}
@elseif (!$isMatched) {{-- No mutual like (e.g. after unblocking — likes were removed on block). --}}{{ __('You are no longer matched. Like each other again to restart the chat.') }}
@elseif (!auth()->user()->is_premium && $freeMessagesUsed >= $freeMessagesLimit) {{-- Server-side: free user hit the limit on page load. --}}{{ __("You've used all :limit free messages.", ['limit' => $freeMessagesLimit]) }}
{{ __('Upgrade to Premium for unlimited chat') }} →{{ __("You've used all :limit free messages.", ['limit' => $freeMessagesLimit]) }}
{{ __('Upgrade to Premium for unlimited chat') }} →{{ __('Message could not be sent. Please try again.') }}
{{-- Mood bar --}}{{ __('How are you feeling now?') }}
{{-- Mood grid (2 columns) --}}