@extends('layouts.reportes')
@if($estilos)
@section('styles')
@include('includes.estilos-reportes')
@stop
@endif
@section('content')
@include('includes.logo',['width'=>150])
LISTA DE COBROS DE CUOTAS INICIALES
@if($detalles['filtro']=='MES')
Periodo:{{$detalles['mes']}}/{{$detalles['anio']}}
@endif
@if($detalles['filtro']=='RANGO')
Periodo:{{$detalles['fecha_ini']}}/{{$detalles['fecha_fin']}}
@endif
@if($detalles['filtro']=='ACUMULADO')
Acumulado hasta :{{$detalles['acumulado']}}
@endif
@include('ventas.reportes.agenda.tabla-agenda')
@stop