@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}Agent Name | TL Name | Status Summary | Grand Total | |||||
---|---|---|---|---|---|---|---|---|
In Process | New | Resolved Follow up | Pending Closure | Resolved | Input Pending | |||
{{ $atVal->first_name . $atVal->last_name}} | {{ $atVal->team_leader_first_name . $atVal->team_leader_last_name }} | {{ $atVal->InProcess }} | {{ $atVal->New }} | {{ $atVal->ResolveFollow }} | {{ $atVal->pendingClosure }} | {{ $atVal->resolved }} | {{ $atVal->inputpending }} | {{ $atVal->TotalStatuses }} | @php $grandTotalInProcess += $atVal->InProcess; $grandTotalNew += $atVal->New; $grandTotalResolveFollow += $atVal->ResolveFollow; $grandTotalStatuses += $atVal->TotalStatuses; $grandTotalpendingClosure += $atVal->pendingClosure; $grandTotalresolved += $atVal->resolved; $grandTotalinputpending += $atVal->inputpending; @endphp
Grand Total | {{ $grandTotalInProcess }} | {{ $grandTotalNew }} | {{ $grandTotalResolveFollow }} | {{ $grandTotalpendingClosure }} | {{ $grandTotalresolved }} | {{ $grandTotalinputpending }} | {{ $grandTotalStatuses }} |