@if (!session()->has('selectedDevice'))
{{ __('Please select a device first') }}
@elseif (session('admin_id'))
{{ __('For the privacy, access to the chat has been blocked.') }}
@else

{{ __('Select a contact to start a conversation.') }}

@endif