We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aa1462 + e0a964a commit c6c4cefCopy full SHA for c6c4cef
resources/views/admin/workstations/create.blade.php
@@ -129,7 +129,7 @@ class="form-control js-icon-picker"
129
<option> {{ old('model') }}</option>'
130
@endif
131
@foreach($model_list as $model)
132
- <option {{ old('model') == $manufacturer ? 'selected' : '' }}>{{$model}}</option>
+ <option {{ old('model') == $model ? 'selected' : '' }}>{{$model}}</option>
133
@endforeach
134
</select>
135
@if($errors->has('model'))
0 commit comments