CM Apps

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

@forelse($cm_apps ?? [] as $cm_app) @empty @endforelse
#
Account Channel Bot Title Status Created At Action
{{$loop->index +1 }}
{{$cm_app->account}} {{$cm_app->channel}} {{$cm_app->bot_id == null ? "-" : $cm_app->bot->title}} {{$cm_app->status()}} {{$cm_app->created_at->diffForHumans()}}
There is no cm app found
{!! $cm_apps->links() !!}