{{ Form::select('state',[''=>'Select State']+$state + ["other"=>"Other"], $previous_state, ['class' => 'form-control','id'=>'states']) }}