{!! Form::select('country', $countries , Session::get('country'), ['class' => 'form-control new-drop-section select2 ', 'id' => 'country', 'style' => 'width:100%','placeholder'=>'Select Country']) !!}
{!! Form::select('subject', $subjects , '', ['class' => 'form-control new-drop-section select2 ', 'id' => 'subject', 'style' => 'width:100%','placeholder'=>'Select Subject']) !!}