Refactoring, change menu, add many features
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@if (isset($list) && count($list))
|
||||
@foreach($list as $key => $optgroup)
|
||||
<optgroup label="{{ $optgroup['label'] }}">
|
||||
@include('components.form.options', ['list' => $optgroup['options']])
|
||||
</optgroup>
|
||||
@endforeach
|
||||
@endif
|
||||
Reference in New Issue
Block a user