Files
This commit is contained in:
@ -88,8 +88,8 @@
|
||||
@if ($venta->saldo() > 0.0001)
|
||||
<br />
|
||||
<br />
|
||||
Diferencia {{format('ufs', $venta->saldo())}} UF ({{\App\Helper\Format::number(($venta->saldo()) / $venta->valor_uf * 100, 2)}}%).
|
||||
Diferencia {{format('ufs', $venta->saldo())}} UF ({{$format->number(($venta->saldo()) / $venta->valor_uf * 100, 2)}}%).
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user