Tickets Status

All Statuses typically refers to the various divisions or units within a company or organization that are responsible for different functions, such as marketing, finance, human resources, and operations, among others.

@forelse($ticketStatuses ?? [] as $ticketStatus) @empty @endforelse
#
Name Status Description Created At Action
{{$loop->index +1 }}
{{$ticketStatus->name}} {{$ticketStatus->status()}} {{$ticketStatus->description}} {{$ticketStatus->created_at->diffForHumans()}}
There is no agent status found
{!! $ticketStatuses->links() !!}