REPORTE DE MOROSIDAD

U.E JOSE MARIA VARGAS

Fecha de generación: {{ $fecha_generacion }} Rango de fechas: {{ $rango_fechas }}
@foreach($morosos as $moroso) @endforeach
Estudiante Documento Programa Nivel Costo Total Total Pagado Saldo Pendiente % Pagado
{{ $moroso['matricula']->student->nombres ?? '' }} {{ $moroso['matricula']->student->apellidos ?? '' }} {{ $moroso['matricula']->student->documento_identidad ?? 'N/A' }} {{ $moroso['matricula']->programa->nombre ?? 'N/A' }} {{ $moroso['matricula']->programa->nivelEducativo->nombre ?? 'N/A' }} ${{ number_format($moroso['matricula']->costo ?? 0, 2) }} ${{ number_format($moroso['total_pagado'], 2) }} ${{ number_format($moroso['saldo_pendiente'], 2) }} {{ number_format($moroso['porcentaje_pagado'], 2) }}%
Total Estudiantes: {{ $totales['total_estudiantes'] }}
Total Morosos: {{ $totales['total_morosos'] }}
Porcentaje Morosidad: {{ number_format($totales['porcentaje_morosidad'], 2) }}%