@extends('ventas.base') @section('venta_subtitle') Editar Bono - Pie @endsection @section('venta_content')
Valor Promesa {{$format->ufs($venta->valor)}}
@if (isset($venta->formaPago()->pie))Valor Anticipo {{$format->ufs($venta->formaPago()->pie->valor)}}
@endifValor 10% {{$format->ufs($venta->valor * 0.1)}}