Mostrar porcentajes en venta
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<tr>
|
||||
<td><strong>Anticipo</strong></td>
|
||||
<td></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>
|
||||
|
Reference in New Issue
Block a user