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

8 lines
267 B
PHP
Raw Normal View History

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