@php $attributes = $selectChild->attributes() @endphp @if($selectChild->isGroup()) @foreach($selectChild->getOptions() as $nestedSelectChild) @include('splade::form.select-child', ['selectChild' => $nestedSelectChild]) @endforeach @else except('label') }} @if($selected($attributes->get('value'))) selected @endif> {{ $attributes->get('label') }} @endif