Resumo Suporte Anual


Top últimos 3 meses ({{ (clone $lastDayOfLastMonth)->subMonths(3)->format('M') }}-{{ $lastDayOfLastMonth->format('M') }})

@foreach($topSupportTrimeste as $key => $support) @endforeach
# Cliente Pedidos Duração
{{ $key + 1 }} {{ @$support->customer_id ? (@$support->customer->name ? @$support->customer->name : @$support->customer_id) : 'Sem Cliente' }} {{ $support->total }} {{ date('H:i:s', $support->duration) }}
Ver mais

Top este mês

@foreach($topSupportMonth as $key => $support) @endforeach
# Cliente Pedidos Duração
{{ $key + 1 }} {{ @$support->customer_id ? (@$support->customer->name ? @$support->customer->name : @$support->customer_id) : 'Sem Cliente' }} {{ $support->total }} {{ date('H:i:s', $support->duration) }}