@php /** * Component : WhatsApp * Controller : WhatsAppServiceController * File : whatsapp.message-log-list.blade.php * ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => __tr('Message Log')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Message Log'), 'description' => '', 'class' => 'col-lg-7' ]) @push('head') {!! __yesset('dist/css/whatsapp-chat.css', true) !!} @endpush @php $type=request()->is_incoming_message; // If $type is null, set it to a default value (e.g., 'all') if (is_null($type)) { $type = 'all'; } $startDate=request()->msg_start_date; $endDate=request()->msg_end_date; @endphp
{{ __tr('Recipient') }} {{ __tr('From') }} {{ __tr('Messaged At') }} {{ __tr('Type') }} {{ __tr('Via') }} {{ __tr('Status') }} {{ __tr('Action') }}
@endsection() @push('appScripts')
Fatal error: Uncaught Error: Call to undefined function __yesset() in /home/wtconnects/public_html/backup2808/resources/views/whatsapp/message-log-list.blade.php:151 Stack trace: #0 {main} thrown in /home/wtconnects/public_html/backup2808/resources/views/whatsapp/message-log-list.blade.php on line 151