@extends('layout.base') @section('content')
Abonar Cuotas
Hay {{$total}} cuotas para abonar.
Se están viendo de ha
en {{$pages}} páginas.
Filtro

@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
@foreach ($cuotas as $cuota) @endforeach
Proyecto Departamento Valor Cuota Fecha Depositada
Propietario Fecha Cuota Fecha Abono / Devolución
{{$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
@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
@endsection @push('scripts') @endpush