@extends('layouts.relatorios') @section('titulo', 'Ranking de Consultores') @section('page_header', 'Relatórios') @section('titulo-rel', 'Ranking de Consultores') @section('breadcrumbs') @breadcrumbs(["itens" => ["Dashboard" => ""]]) @endsection @section('rota-filtro-data', route('relatorio-ranking-consultores', compact('start', 'end'))) @section('tabela')
# | Consultor | Valor PerÃodo |
---|---|---|
{{$loop->iteration}} | {{$item->nome}} | {{number_format($item->valor_total, 2, ',', '.')}} |