Historial de matrículas por estudiante
Total Matrículas
Niveles
Programas
Períodos
| Estado | Cantidad | Porcentaje |
|---|---|---|
| @if($estado == 'activo') Activo @elseif($estado == 'inactivo') Inactivo @else {{ ucfirst($estado) }} @endif | {{ $cantidad }} | {{ number_format(($cantidad / ($estadisticas['total'] > 0 ? $estadisticas['total'] : 1)) * 100, 2) }}% |
| Nivel | Cantidad | Porcentaje |
|---|---|---|
| {{ $nivel }} | {{ $cantidad }} | {{ number_format(($cantidad / ($estadisticas['total'] > 0 ? $estadisticas['total'] : 1)) * 100, 2) }}% |
| Fecha | Estudiante | Documento | Programa | Nivel | Período | Estado | Costo |
|---|---|---|---|---|---|---|---|
| {{ format_date($matricula->fecha_matricula) ?? 'N/A' }} |
{{ $matricula->student->nombres ?? '' }} {{ $matricula->student->apellidos ?? '' }}
{{ $matricula->student->documento_identidad ?? '' }}
|
{{ $matricula->student->documento_identidad ?? '' }} | {{ $matricula->programa->nombre ?? '' }} | {{ $matricula->programa->nivelEducativo->nombre ?? '' }} | {{ $matricula->periodo->nombre ?? '' }} | @if($matricula->estado == 'activo') Activo @elseif($matricula->estado == 'inactivo') Inactivo @else {{ ucfirst($matricula->estado) }} @endif | @money($matricula->costo) |
No se encontraron matrículas con los filtros aplicados