Mostrar porcentajes en venta

This commit is contained in:
Juan Pablo Vial
2025-04-03 13:38:22 -03:00
parent 6d1782cac6
commit df7f462ead
5 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@
@endif
</td>
@if ($credito !== null)
<td></td>
<td>{{ $format->percent($credito->pago->valor() / $venta->valor, 2, true) }}</td>
<td class="right aligned">
{{$format->ufs($credito->pago->valor())}}
</td>