Fix pack edit display
This commit is contained in:
parent
96e50506a1
commit
95730da419
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
@foreach($services as $service => $options)
|
@foreach($services as $service => $options)
|
||||||
<option disabled>{{ $service }}</option>
|
<option disabled>{{ $service }}</option>
|
||||||
@foreach($options as $option)
|
@foreach($options as $option)
|
||||||
<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>
|
||||||
@endforeach
|
@endforeach
|
||||||
@endforeach
|
@endforeach
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Add table
Reference in a new issue