diff --git a/app/resources/views/ventas/pies/bonos/edit.blade.php b/app/resources/views/ventas/pies/bonos/edit.blade.php new file mode 100644 index 0000000..ab9c216 --- /dev/null +++ b/app/resources/views/ventas/pies/bonos/edit.blade.php @@ -0,0 +1,62 @@ +@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)}}
+