Filter Student with Total Balance & Over Due  

{{--{!! Form::open(['route' => $base_route,'method' => 'GET', 'class' => 'form-horizontal', "enctype" => "multipart/form-data"]) !!}--}}
@include('student.includes.search_form')
{!! Form::select('village', $data['village'], null, ['class' => 'form-control chosen-select', 'onChange' => 'loadSemesters(this);']) !!}
{{--{!! Form::close() !!}--}}