@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'))
{{ __tr('Phone number does not configured yet.') }}
@endif

{{ __tr('WhatsApp Chat') }}


?

{{--

{{ __tr('Chat') }}

--}}
{{-- --}}
{{-- Select messaging permitted team member to assign this contact chat --}}
{{ __tr('Assign Team Member') }}
@if(isAiBotAvailable())
@endif
@foreach ($vendorMessagingUsers as $vendorMessagingUser) @endforeach
{{-- check if stack has content --}} @if ($__env->yieldPushContent('chatRightSidebarAdditionalLinksAndButtons'))
{{ __tr('Links and buttons') }} @stack('chatRightSidebarAdditionalLinksAndButtons')
@endif {{-- stack the items in right sidebar at bottom --}} @stack('chatRightSidebarFooter')