Filter {{$panel}}  

@include('student.includes.search_form')
{!! Form::label('date', 'Date Range', ['class' => 'col-sm-2 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('payment_mode', 'Payment Method', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('payment_mode', $data['payment_method'], null, ['class' => 'form-control']) !!} @include('includes.form_fields_validation_message', ['name' => 'payment_method'])
{{-- {!! Form::label('report_type', 'Report Type', ['class' => 'col-sm-2 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'])
--}}