Files
oficial/app/resources/views/ventas/show/forma_pago/anticipo.blade.php

8 lines
331 B
PHP
Raw Normal View History

<tr>
<td><strong>Anticipo</strong></td>
2025-04-03 13:38:22 -03:00
<td>{{ $format->percent($anticipo['uf'] / $venta->valor, 2, true) }}</td>
<td class="right aligned"><strong>{{$format->ufs($anticipo['uf'])}}</strong></td>
<td class="right aligned"><strong>{{$format->pesos($anticipo['pesos'])}}</strong></td>
<td colspan="2"></td>
</tr>