This commit is contained in:
2021-12-25 23:17:47 -03:00
parent 7e01974ec8
commit d7d671fb51
68 changed files with 2991 additions and 160 deletions

View File

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