8 lines
331 B
PHP
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>
|