{{ Form::select('city',[''=>'Select City']+$city + ["other"=>"Other"],$previous_city, ['class' => 'form-control','id'=>'cities']) }}