{{ $institution->fantasia }}

{{ $institution->fullAddress() }}

Demonstrativo de Matrículas por Consultor - {{$consultor['person']['full_name']}}


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

@foreach ($registrations as $item) @endforeach
Aluno Curso Turma Data da Matrícula Valor Status
{{ $item['name'] .' '. $item['last_name']}} {{ $item['course_name'] }} {{ $item['class_name'] }} {{ date('d/m/Y', strtotime($item['registration_date'])) }} R$ {{ number_format($item['price'], 2, ',', '.') }} {{ $item['status'] }}

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