| {{ $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) }}% |
@endforeach