{{ $institution->fantasia }}
{{ $institution->fullAddress() }}
Demonstrativo de Vendas por Consultores
Período:
{{ date('d/m/Y', strtotime($start)) }}
até
{{ date('d/m/Y', strtotime($end)) }}
Matrículas
Total
Consultor
@foreach ($registrations as $item)
{{ $item['registrations'] }}
{{ number_format($item['total'], 2, ',', '.') }}
{{ $item['name'].' '.$item['last_name'] }}
@endforeach
TOTAL:
{{number_format($total, 2, ",", ".")}}