Modal title
@if(!empty(Auth::guard('member')->user()->id))
@csrf @else @endif
{!! Form::select('type_id', array('' => 'Select','Immigration' => 'Immigration', 'Study Abroad' => 'Study Abroad', 'Visa Processing' => 'Visa Processing'), Input::old('status_id'), array('class' => 'form-control', 'required' => 'true','onchange'=>"invoice_type(this.value)")) !!}
{!! Form::select('country', $country, Input::old('status_id'), array('class' => 'js-source-states form-control','placeholder'=>'Country')) !!}
{!! Form::select('service_type', array('' => 'Select', 'School' => 'School', 'College' => 'College'), Input::old('status_id'), array('class' => 'form-control','onchange'=>"study_area_type(this.value)")) !!}
{!! Form::select('service_name', $school, Input::old('school'), array('class' => 'js-source-states form-control','placeholder'=>'Select School')) !!}
{!! Form::select('service_name_2', $college, Input::old('college'), array('class' => 'js-source-states form-control','placeholder'=>'Select College')) !!}
{{--
--}}