@auth @endauth
@if (Auth::check())

{{ __('No message selected.') }}

{{ __("Once you start a new conversation, you'll see it listed here") }}

@else

{{ __('You need to login to initiate chat.') }}

@endif