Agents 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($agentStatuses as $agentStatus) @empty @endforelse
#
Name Color Status Created At Action
{{$loop->index + 1 }}
{{$agentStatus->name}} {{$agentStatus->status()}} {{$agentStatus->created_at->diffForHumans()}}
@if($agentStatus->id != 1 && $agentStatus->id != 2 && $agentStatus->id != 3 && $agentStatus->id != 4) @endif
There is no agent status found
{!! $agentStatuses->links() !!}