Filter {{$panel}}  

@include('student.includes.search_form')
{!! Form::label('tc_num', 'Transfer Certificate No.', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('tc_num', null, ["placeholder" => "", "class" => "form-control border-form input-mask-registration", "autofocus"]) !!} @include('includes.form_fields_validation_message', ['name' => 'tc_num'])
{!! Form::label('issue_date', 'Issue Date', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('issue_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('issue_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"]) !!} @include('includes.form_fields_validation_message', ['name' => 'issue_start_date']) @include('includes.form_fields_validation_message', ['name' => 'issue_end_date'])
{!! Form::label('leave_date', 'Leave Date', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('leave_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('leave_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"]) !!} @include('includes.form_fields_validation_message', ['name' => 'leave_start_date']) @include('includes.form_fields_validation_message', ['name' => 'leave_end_date'])
{!! Form::label('character', 'Character', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('character', null, ["placeholder" => "", "class" => "form-control border-form input-mask-registration", "autofocus"]) !!} @include('includes.form_fields_validation_message', ['name' => 'character'])
{!! Form::label('paid_fee_status', 'Fee Paid Status', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('paid_fee_status', null, ["placeholder" => "", "class" => "form-control border-form input-mask-registration", "autofocus"]) !!} @include('includes.form_fields_validation_message', ['name' => 'paid_fee_status'])
{!! Form::label('qualified_to_promote', 'Qualified to Promote', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('qualified_to_promote', null, ["placeholder" => "", "class" => "form-control border-form input-mask-registration", "autofocus"]) !!} @include('includes.form_fields_validation_message', ['name' => 'qualified_to_promote'])
{!! Form::label('leaving_time_class', 'Leaving Time Class', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('leaving_time_class', null, ["placeholder" => "", "class" => "form-control border-form input-mask-registration", "autofocus"]) !!} @include('includes.form_fields_validation_message', ['name' => 'leaving_time_class'])