Filter {{$panel}}  

{!! 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"]) !!}
{{----}} {{--Daily, Weekly, Monthly, Yearly--}} {!! 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'])