Actualizar montos de cuotas mensuales pendientes
| selectedSchedules) > 0) checked @endif wire:click="@if(count($this->selectedSchedules) > 0) deselectAll @else selectAll @endif"> | Estudiante | Cuota | Monto Actual | Fecha Vencimiento | Estado |
|---|---|---|---|---|---|
| id, $this->selectedSchedules)) checked @endif> |
@if($schedule->matricula && $schedule->matricula->student)
{{ substr($schedule->matricula->student->nombres, 0, 1) }}{{ substr($schedule->matricula->student->apellidos, 0, 1) }}
{{ $schedule->matricula->student->nombres }} {{ $schedule->matricula->student->apellidos }}{{ $schedule->matricula->student->codigo }}
Estudiante no disponible
@endif
|
Cuota #{{ $schedule->numero_cuota }} | @money($schedule->monto) |
{{ format_date($schedule->fecha_vencimiento) }}
@if($schedule->fecha_vencimiento < now())
Vencida
@endif
|
{{ ucfirst($schedule->estado) }} |
No hay cuotas pendientesTodas las cuotas han sido pagadas o no hay matrículas activas |
|||||