WhatsApp

It is common to have whatsapp for tagging the tickets. These categories are used to classify the tickets based on their type, priority, or department.

@forelse($whatsapp_apps ?? [] as $whatsapp_app) @empty @endforelse
#
App ID Phone Number ID Version Phone Number Bot Title Status Created At Action
{{$loop->index +1 }}
{{$whatsapp_app->app_id}} {{$whatsapp_app->phone_number_id}} {{$whatsapp_app->version}} {{$whatsapp_app->phone_number}} {{$whatsapp_app->bot_id == null ? "-" : $whatsapp_app->bot->title}} {{$whatsapp_app->status()}} {{$whatsapp_app->created_at->diffForHumans()}}
There is no whatsapp app found
{!! $whatsapp_apps->links() !!}