{{ config_intranet('full_name') }} | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Historial de pagos alumnos | |||||||||||
Fecha de descarga: {{ $currentDateTime }} |
MatrĂcula | Nombre | Estatus | Oferta educativa | Grado | Ciclo | Mes | Tipo | Concepto | Monto | Fecha de pago | Estado |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $student['student_number'] }} | {{ $student['name'] }} | {{ $student['status'] }} | {{ $student['curriculum'] }} | {{ $student['degree_word'] }} | {{ $cycle['name'] }} | {{ $month }} | {{ $payment['type'] === 'Service' ? 'Servicio' : 'Estado de cuenta' }} | {{ $payment['concept'] }} | {{ $payment['amount'] }} | {{ $payment['date'] ? now()->create($payment['date'])->format('Y-m-d') : '-' }} | {{ $payment['status'] }} |