|
@@ -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>
|