Agents Rank Levels

{{--

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
#
Level Title Monthly Target Created At Action
{{$loop->index + 1 }}
{{$agentStatus->level}} {{$agentStatus->title}} {{$agentStatus->monthly_target}} {{$agentStatus->created_at->diffForHumans()}}
There is no level found
{!! $agentStatuses->links() !!}