Chatbot Master
{{-- --}}
@foreach ($chatlist as $chat) @endforeach
Sr No Mobile No Email Query(Message) Status Remark View Chats
{{$loop->iteration }} {{ $chat->mobile ? $chat->mobile : 'NA' }} {{ $chat->email ? $chat->email : 'NA' }} {{$chat->message }} @hasanyrole('Super Admin|Admin') {{ $chat->status }}   @if($chat->admin) (Assigned To - {{$chat->admin->first_name}}) @endif @else @endhasrole {{$chat->remark }} @hasanyrole('Super Admin|Admin') @endhasrole
{{-- --}} @include('partials.assign_chat_modal') @push('scripts') @endpush