Facebook

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

@forelse($facebook_apps ?? [] as $facebook_app) @empty @endforelse
#
App ID APP Secret Version Page Name Bot Title Status Created At Action
{{$loop->index +1 }}
{{$facebook_app->app_id}} {{$facebook_app->app_secret}} {{$facebook_app->version}} {{$facebook_app->page_name}} {{$facebook_app->bot_id == null ? "-" : $facebook_app->bot->title}} {{$facebook_app->status()}} {{$facebook_app->created_at->diffForHumans()}}
There is no facebook app found
{!! $facebook_apps->links() !!}