Filter {{$panel}}  

{{--{!! Form::open(['route' => $base_route,'method' => 'GET', 'class' => 'form-horizontal', "enctype" => "multipart/form-data"]) !!}--}}
{!! Form::label('title', 'Title', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('title', null, ["placeholder" => "Title", "class" => "form-control border-form"]) !!}
{!! Form::label('link', 'Target Link', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('link', null, ["placeholder" => "URL", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'link'])
{!! Form::label('create_date', 'Created', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('create_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('create_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('update_date', 'Updated', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('update_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('update_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('rank', 'Rank', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::number('rank', null, ["placeholder" => "Enter Rank", "class" => "form-control border-form", 'min' => 0]) !!}
{{--{!! Form::close() !!}--}}