Resources
This commit is contained in:
12
resources/views/ventas/consolidacion/pago.blade.php
Normal file
12
resources/views/ventas/consolidacion/pago.blade.php
Normal file
@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td>{{format('shortDate', $pago->estado()->fecha)}}</td>
|
||||
<td>{{$glosa}} ({{format('ufs', $pago->valor('ufs'))}} UF)</td>
|
||||
<td></td>
|
||||
<td class="text-right">$ {{format('pesos', $pago->valor())}}</td>
|
||||
<td class="text-right">$ {{format('pesos', $sum)}}</td>
|
||||
<td>
|
||||
@if ($pago->estado()->estado < 2)
|
||||
No esta abonado.
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
Reference in New Issue
Block a user