Hay {{$total}} cuotas para abonar.
Se están viendo de ha
en {{$pages}} páginas.
@if (get('start') > 0)
@endif
@if (get('start') > 0)
@endif
{{$current}} / {{$pages}}
@if (get('start') + ((get('step')) ? get('step') : 30) < $total)
@endif
@if (get('start') + ((get('step')) ? get('step') : 30) < $total)
@endif
Proyecto |
Departamento |
Valor Cuota |
Fecha Depositada |
|
Propietario |
Fecha Cuota |
Fecha Abono / Devolución |
|
@foreach ($cuotas as $cuota)
{{$cuota->pie()->venta()->proyecto()->descripcion}} |
{{$cuota->pie()->venta()->unidad()->descripcion}} |
$ {{format('pesos', $cuota->pago()->valor)}} |
{{format('shortDate', $cuota->pago()->estado()->fecha)}} |
✓ |
{{$cuota->pie()->venta()->propietario()->nombreCompleto()}} |
{{format('shortDate', $cuota->pago()->fecha)}} |
|
X |
@endforeach
@if (get('start') > 0)
@endif
@if (get('start') > 0)
@endif
{{$current}} / {{$pages}}
@if (get('start') + ((get('step')) ? get('step') : 30) < $total)
@endif
@if (get('start') + ((get('step')) ? get('step') : 30) < $total)
@endif