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, ",", ".")}} |