@extends('ventas.base') @section('venta_subtitle') Agregar Cuotas - Pie @endsection @section('venta_content')
@for ($i = count($pie->cuotas(vigentes: true)); $i < $pie->cuotas; $i ++) @endfor
# Fecha Banco Identificador Valor
{{$i + 1}}
$
@endsection @include('layout.body.scripts.dayjs') @push('page_scripts') @endpush