@if (session()->has('message')) @endif @if (session()->has('error')) @endif

Cambiar Montos de Cuotas

Actualizar montos de cuotas mensuales pendientes

Volver
Opciones de Actualización
@if($aplicar_a === 'por_curso')
@endif @if($aplicar_a === 'todas_pendientes')
@endif
Cuotas Mensuales Pendientes
@if(count($this->selectedSchedules) > 0 || $aplicar_a !== 'seleccionadas')
@if($aplicar_a === 'seleccionadas') {{ count($this->selectedSchedules) }} cuotas seleccionadas @elseif($aplicar_a === 'todas_pendientes') Se aplicará a todas las cuotas pendientes @else Se aplicará al curso seleccionado @endif
@endif
@forelse($schedules as $schedule) @empty @endforelse
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 }}
@else
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 pendientes
Todas las cuotas han sido pagadas o no hay matrículas activas
{{ $schedules->links('livewire.pagination') }}
@if($showModal) @endif