Skip to content

Commit 95730da

Browse files
committed
Fix pack edit display
1 parent 96e5050 commit 95730da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/services/packs/edit.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
@foreach($services as $service => $options)
6666
<option disabled>{{ $service }}</option>
6767
@foreach($options as $option)
68-
<option value="{{ $option['id'] }}" @if($pack->id === (int) $option['id'])selected="selected"@endif>&nbsp;&nbsp; -- {{ $option['name'] }}</option>
68+
<option value="{{ $option['id'] }}" @if($pack->option === (int) $option['id'])selected="selected"@endif>&nbsp;&nbsp; -- {{ $option['name'] }}</option>
6969
@endforeach
7070
@endforeach
7171
</select>

0 commit comments

Comments
 (0)