@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) --}}
@if (!getVendorSettings('current_phone_number_number'))
@endif
{{--
{{ __tr('Chat') }}
--}}
{{--
--}}
-
{{ __tr('You can\'t reply, they needs to reply back to start conversion.') }}
@if(isAiBotAvailable())
@endif
{{-- emoji following blank tag as removing it may break input layout
--}}
{{-- error container --}}
{{-- --}}