@extends('ventas.base') @section('venta_subtitle') Pie @endsection @section('venta_content')
Valor Promesa: {{ $format->ufs($venta->valor) }}
10% {{ $format->ufs($venta->valor * 0.1) }}
UF
@endsection @push('page_scripts') @endpush