@extends('ventas.base') @section('venta_subtitle') Agregar Abono en Escritura @endsection @section('venta_content')
Valor Promesa {{$format->ufs($venta->valor)}}
@if (isset($venta->formaPago()->pie))Valor Anticipo {{$format->ufs($venta->formaPago()->pie->valor)}}
@endif @if (isset($venta->formaPago()->credito))Crédito {{$format->ufs($venta->formaPago()->credito->pago->valor())}}
@endif