@if (count($data) > 0)
@if (auth()->user()->hasPermissionTo('generarReporteDepositoTransferencia'))
@endif
@endif
Generar Reporte Cobros
{!! Form::open(['url' => 'cobros/asociaciones/generar/reporte', 'id'=>'form_export', 'method' => 'GET']) !!}
{{-- {!! Form::date('filtro_inicio', null) !!} --}}
{{-- {!! Form::date('filtro_fin', null) !!} --}}
{!! Form::hidden('export', 1) !!}
{!! Form::close() !!}