System Agents

All agents 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($agents ?? [] as $agent) {{-- --}} @empty @endforelse
#
First Name Last Name UsernameMobileEmail Departments Queues Skills Status Created At Action
{{ $loop->index + 1 }}
{{ $agent->first_name }} {{ $agent->last_name }} {{ $agent->username }}{{$agent->mobile}}{{ $agent->email }} @foreach ($agent->departments as $department)
{{ $department->name }}
@endforeach
@foreach ($agent->agentRoles as $role)
{{ $role->platform }} : {{ $role->queue }}
@endforeach
@foreach ($agent->skills as $skill)
{{ $skill->skill->name }} {{ $skill->rank }}
@endforeach
{{ $agent->status() }} {{ $agent->created_at->diffForHumans() }}
There is no agent found
{!! $agents->links() !!}