Filter {{$panel}}  

{!! Form::select('fee_heads', $data['fee_heads'], null, ['class' => 'form-control chosen-select']) !!}
{!! Form::label('date', 'Range', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('start_date', null, ["placeholder" => "YYYY-MM-DD", "class" => "input-sm form-control border-form input-mask-date date-picker", "data-date-format" => "yyyy-mm-dd"]) !!} {!! Form::text('end_date', null, ["placeholder" => "YYYY-MM-DD", "class" => "input-sm form-control border-form input-mask-date date-picker", "data-date-format" => "yyyy-mm-dd"]) !!}
{!! Form::label('report_type', 'Type', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::select('report_type', [""=>"Select Report Type...", "daily"=>"Daily", "weekly"=>"Weekly", "monthly"=>"Monthly","yearly"=>"Yearly"], null, ['class' => 'form-control']) !!} @include('includes.form_fields_validation_message', ['name' => 'report_type'])