@extends('layout.base') @section('page_content')

{{$venta->proyecto()->descripcion}}
{{$venta->propiedad()->summary()}}

Agregar Cuotas - Pie

@for ($i = count($pie->cuotas()); $i < $pie->cuotas - count($pie->cuotas()); $i ++) @endfor
# Fecha Banco Identificador Valor
{{$i + 1}}
$
@endsection @include('layout.body.scripts.dayjs') @push('page_scripts') @endpush