@props([ 'selected' => [], ]) except(['name', 'selected']) }} > @foreach($options as $option) @if($option->children->isNotEmpty()) @foreach($option->children as $child) @endforeach @endif @endforeach