{!! Form::select('country', $countries, $application->country_id, [
'id' => 'country',
'data-placeholder' => trans('labels.all.countries'),
'disabled' => !$can_be_changed
]) !!}
{!! Form::select('city', $cities, $application->city_id, [
'id' => 'city',
'data-placeholder' => trans('labels.all.cities'),
'disabled' => !$can_be_changed
]) !!}