Files
oficial/app/resources/views/ventas/show/forma_pago/anticipo.blade.php
2025-04-03 13:43:46 -03:00

8 lines
331 B
PHP

<tr>
<td><strong>Anticipo</strong></td>
<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>