@extends('layouts.app', ['title' => __tr('WhatsApp Chat')]) @section('content') @include('users.partials.header', [ 'title' => __tr('WhatsApp Chat'), 'description' => '', // 'class' => 'col-lg-7' ]) @push('head') {!! __yesset('dist/css/whatsapp-chat.css', true) !!} @endpush @if ($contact)

{{ __tr('Contacts') }}

{{ __tr('Chat') }}

{{ $contact->full_name }}
{{ $contact->full_name }} @if ($isDirectMessageDeliveryWindowOpened) {{ __tr('You can reply') }} @else {{ __tr('You can\'t reply') }} @endif
­
{{-- emoji following blank tag as removing it may break input layout --}}
{{-- error container --}}