{{Form::select('highest_education_id',$highestEducationArr,$highestEducationId,['id' => 'highest_education_id','class'=>'form-control'])}}
@if ($errors->has('highest_education_id'))
{{ $errors->first('highest_education_id') }}
@endif
{{Form::text('additional_education', null,['id' => 'additional_education','class'=>'form-control','placeholder'=>'Bachelors in Business Management'])}}
@if ($errors->has('additional_education'))
{{ $errors->first('additional_education') }}
@endif