| # | Fecha | Monto | Interés | Estado | Pagado el | Método |
|---|---|---|---|---|---|---|
| @if($cuota->cuota_origen_id) SALDO #{{ $cuota->numero_cuota }} @else #{{ $cuota->numero_cuota }} @endif | {{ $cuota->fecha_pago->format('d/m/Y') }} |
${{ number_format($cuota->monto, 0, ',', '.') }}
@if($cuota->abono_parcial && $cuota->monto_original)
De ${{ number_format($cuota->monto_original, 0, ',', '.') }} @endif |
@if($esFraccion) {{ $porcentajeInteres }}% @else {{ $porcentajeInteres }}% @endif | @if($cuota->pagado) @if($cuota->abono_parcial) ABONO @else PAGADO @endif @else PENDIENTE @endif | @if($cuota->pagado && $cuota->fecha_pago_real) {{ $cuota->fecha_pago_real->format('d/m/Y') }} @else - @endif | @if($cuota->metodo_pago) {{ $cuota->metodo_pago }} @else - @endif |