|
@@ -23,7 +23,7 @@
|
|
@else
|
|
@else
|
|
<option value=""></option>
|
|
<option value=""></option>
|
|
@foreach($options as $select => $option)
|
|
@foreach($options as $select => $option)
|
|
- <option value="{{$select}}" {{ $select == old($column, $value) ?'selected':'' }}>{{$option}}</option>
|
|
|
|
|
|
+ <option value="{{$select}}" {{ (string) $select === (string) old($column, $value) ?'selected':'' }}>{{$option}}</option>
|
|
@endforeach
|
|
@endforeach
|
|
@endif
|
|
@endif
|
|
</select>
|
|
</select>
|