Samson Mutunga 2 năm trước cách đây
mục cha
commit
0a2cd8150d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>