LinkedIn

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

@forelse($linkedInApps ?? [] as $linkedInApp) @empty @endforelse
#
Organization ID Page Name Bot Title Status Created At Action
{{ $loop->index + 1 }}
{{ $linkedInApp->organization_id }} {{ $linkedInApp->page_name }} {{ $linkedInApp->bot_id == null ? '-' : $linkedInApp->bot->title }} {{ $linkedInApp->status() }} {{ $linkedInApp->created_at->diffForHumans() }}
There are no LinkedIn app found
{!! $linkedInApps?->links() !!}