Samson Mutunga %!s(int64=2) %!d(string=hai) anos
pai
achega
0a2cd8150d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/app/survey-questions.blade.php

+ 1 - 1
resources/views/app/survey-questions.blade.php

@@ -101,7 +101,7 @@
                                               <select class="form-control" name="practice_address_state">
                                                   <option value=""></option>
                                                   @foreach(config('constants.us_states') as $stateKey => $stateLabel)
-                                                  <option value="{{ $stateKey }}" <?= old('practice_address_state') === $stateKey ? 'selected':'' ?>>{{ $stateLabel }}</option>
+                                                  <option value="{{ $stateKey }}" <?= old('practice_address_state') === $stateKey ? 'selected':'' ?>>{{ $stateKey }}</option>
                                                   @endforeach
                                               </select>
                                           </div>