@extends('layout.base') @section('content')
Agregar Cuotas - Departamento {{$pie->venta()->unidad()->descripcion}} - {{$pie->venta()->proyecto()->descripcion}}
@if (count($pie->venta()->propietario()->ventas()) > 1)
@endif
cuotas - count($pie->cuotas()); $ini = count($pie->cuotas()) + 1 ?> @for ($n = 0; $n < $cant; $n ++) @endfor
# Fecha Banco Identificador Valor [$]
@endsection @push('scripts') @endpush