Base
This commit is contained in:
15
resources/views/ventas/pies/totales.blade.php
Normal file
15
resources/views/ventas/pies/totales.blade.php
Normal file
@ -0,0 +1,15 @@
|
||||
<tr
|
||||
@if ($valores->titulo == 'Diferencia c/Pie')
|
||||
@if ($valores->ufs > 0)
|
||||
class="danger"
|
||||
@else
|
||||
class="success"
|
||||
@endif
|
||||
@endif >
|
||||
<td></td>
|
||||
<td colspan="3"><b>{{$valores->titulo}}</b></td>
|
||||
<td class="text-right"><b>$ {{format('pesos', $valores->pesos)}}</b></td>
|
||||
<td class="text-right"><b>{{format('ufs', $valores->ufs)}} UF</b></td>
|
||||
<td class="text-center"><b>{{format('percent', $valores->ufs / $venta->valor_uf * 100)}} %</b></td>
|
||||
<td></td>
|
||||
</tr>
|
Reference in New Issue
Block a user