{{ config_intranet('full_name') }}
Historial de pagos alumnos ciclo {{ $cycle }}
Fecha de descarga: {{ $currentDateTime }}
@foreach ($allMonths as $month) @endforeach @foreach ($allMonths as $month) @endforeach @foreach ($data as $student) @foreach ($allMonths as $month) @php $monthData = $student['months'][$month] ?? [ 'BillingMonth' => [], 'Service' => [], 'status' => 'NO PAGADO', ]; $monthsText = implode(', ', $monthData['BillingMonth']); $servicesText = implode(', ', $monthData['Service']); $status = $monthData['status']; @endphp @endforeach @endforeach
MatrĂ­cula Nombre Estatus Oferta Educativa Grado{{ $month }}
Mensualidad Servicio Estatus
{{ $student['student_number'] }} {{ $student['name'] }} {{ $student['status'] }} {{ $student['curriculum'] }} {{ $student['degree_word'] }}{{ $monthsText }} {{ $servicesText }} {{ $status }}