[WIP] Refactor generic & normal price
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@if (isset($list) && count($list))
|
||||
@foreach($list as $key => $optgroup)
|
||||
<optgroup label="{{ $optgroup['label'] }}">
|
||||
@include('components.options', ['list' => $optgroup['options']])
|
||||
@include('components.options', ['list' => $optgroup['options'] ?? null])
|
||||
</optgroup>
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user