{{ __('Messages') }}

{{-- Safety tips banner --}}
{{ __('chat.safety_title') }}
  • 💛{{ __('chat.safety_tip_4') }}
  • 🔒{{ __('chat.safety_tip_1') }}
  • 📹{{ __('chat.safety_tip_2') }}
  • 📍{{ __('chat.safety_tip_3') }}
  • 💳{{ __('chat.safety_tip_5') }}
  • 🏠{{ __('chat.safety_tip_6') }}
  • 🚩{{ __('chat.safety_tip_7') }}
@if ($conversations->isEmpty()) {{-- Empty state --}}

{{ __('No conversations yet') }}

{{ __('Chat with your matches by visiting their profile.') }}

{{ __('Browse profiles') }}
@else @endif
@push('bottom-bar-buttons') {{ __('Profiles') }} {{-- Browser notification toggle --}} @include('partials.bell-toggle') @endpush