Performance Points

{{--

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
#
Avg From Avg To Points Performance Point Created At Action
{{$loop->index + 1 }}
{{$agentStatus->avg_from}} {{$agentStatus->avg_to}} {{$agentStatus->points}} {{$agentStatus->parent->title}} {{$agentStatus->created_at->diffForHumans()}}
There is no record found
{!! $agentStatuses->links() !!}