| # | Codigo | Nome Aluno | Enc. | Periodo | Tipo | Volor | Estado | Data Pag. | Desc. |
|---|---|---|---|---|---|---|---|---|---|
| {{ $orderNumber }} | {{$matricula->aluno->codigo}} | {{$matricula->aluno->pessoa->nome}} | {{ optional($matricula->aluno->encarregado->first())->telefone }} | {{$matricula->periodo->detalhe}} | @if($matricula->renovacao==1) Renovação @else N. Ingresso @endif | {{ number_format($matricula->valor_total, 2, ',', '.') }} | @if($matricula->pagamento->pagou==1) Pago ({{$matricula->pagamento->metodo->nome}}) @else Pendente @endif | @if($matricula->pagamento->pagou==1) {{ \Carbon\Carbon::parse($matricula->pagamento->data_pagamento)->format('d-M-Y') }} @else --- @endif | @if($matricula->pagamento->pagou==1) @if($matricula->pagamento->tipo==0) Com Isenção @elseif($matricula->pagamento->tipo==1) Com Disconto @elseif($matricula->pagamento->tipo==2) Normal @endif @else --- @endif | @php $orderNumber++; @endphp
Cash - Validação Manual
Impresso no dia {{ now()->format('d-M-Y H:i') }}
|
O(a) Secretaria(o) _________________________________________________ |
O(a) DAE(a) _________________________________________________ |