@section('title') Inbox @endsection @section('breadcrumbs') {{Breadcrumbs::render('inbox')}} @endsection @if(empty($defaultNumber)) @include('pages.audit-messages.default-number-notice') @endif @if($auth_user->account_completed == 1) @section('inboxBreadcrumbs') @canany(['carbon-list', 'multi-number-list'])
@csrf
inbox_view == "1" ? "checked" : "" }}/>
@endcanany New chat @endsection @php $tagAccess = $auth_user->canany(['carbon-list', 'tag-list']); $pipelineAccess = ($global_setting['PIPELINE_MANAGE'] && $auth_user->canany(['carbon-list', 'pipeline-list'])); $enablePowerDialer = false; if($auth_user->enable_power_dialer == 1 && $defaultNumber && in_array($defaultNumber["messaging_api"], $powerDialerProviders)): $enablePowerDialer = true; endif; @endphp @if($auth_user->inbox_view == 1)
@endif
@if(isset($contacts) && !empty($contacts) && $contacts->count())
@endif
@if (count($contacts) > 0) @foreach ($contacts as $contact) @include('pages.inbox.contact-list-single', ['contact'=>$contact,'pipelineColors'=>array_keys(getColorList()),'tabID'=>$tabID,'inboxView'=>$inboxView]) @endforeach @else
No data found.
@endif
Seems people are shy to start the chat. Break the ice send the first message.
@include('pages.contacts.notesDrawer') @push('scripts') @endpush @else
Please finish the setup of your account first. Finish setup
@endif