2023-08-08 23:53:49 -04:00
|
|
|
<tr>
|
|
|
|
<td><strong>Anticipo</strong></td>
|
2025-04-03 13:38:22 -03:00
|
|
|
<td>{{ $format->percent($anticipo['uf'] / $venta->valor, 2, true) }}</td>
|
2023-08-08 23:53:49 -04:00
|
|
|
<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>
|