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.
1 parent 96e5050 commit 95730daCopy full SHA for 95730da
resources/views/admin/services/packs/edit.blade.php
@@ -65,7 +65,7 @@
65
@foreach($services as $service => $options)
66
<option disabled>{{ $service }}</option>
67
@foreach($options as $option)
68
- <option value="{{ $option['id'] }}" @if($pack->id === (int) $option['id'])selected="selected"@endif> -- {{ $option['name'] }}</option>
+ <option value="{{ $option['id'] }}" @if($pack->option === (int) $option['id'])selected="selected"@endif> -- {{ $option['name'] }}</option>
69
@endforeach
70
71
</select>
0 commit comments