@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)}}

@endif

Valor 10% {{$format->ufs($venta->valor * 0.1)}}

UF
@endsection @include('layout.body.scripts.number_input') @push('page_scripts') @endpush