{{ $institution->fantasia }}

{{ $institution->fullAddress() }}

Demonstrativo de Vendas por Consultores


Período: {{ date('d/m/Y', strtotime($start)) }}  até  {{ date('d/m/Y', strtotime($end)) }}

@foreach ($registrations as $item) @endforeach
Matrículas Total Consultor
{{ $item['registrations'] }} {{ number_format($item['total'], 2, ',', '.') }} {{ $item['name'].' '.$item['last_name'] }}

TOTAL: {{number_format($total, 2, ",", ".")}}