{{ config_intranet('full_name') }}
Historial de pagos alumnos
Fecha de descarga: {{ $currentDateTime }}
@foreach ($data as $student) @foreach ($student['cycles'] as $cycle) @foreach ($cycle['payments'] as $month => $payments) @foreach ($payments as $payment) @endforeach @endforeach @endforeach @endforeach
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'] }}