@extends('ventas.base') @section('venta_subtitle') Escritura @endsection @section('venta_content') @if (count($venta->formaPago()->cuotasAbono) > 0) Ver Cuotas
Cuotas
{{$format->pesos($venta->formaPago()->cuotasAbono('pesos'))}}
{{$format->ufs($venta->formaPago()->cuotasAbono())}}
@else Agregar Cuotas @endif
$
@endsection @push('page_scripts') @endpush