@props([ 'color' => '', 'grouped' => true, 'can_open_multiple' => false, 'class' => '', ]) @php $name = defaultBladewindName(); $grouped = parseBladewindVariable($grouped); $can_open_multiple = parseBladewindVariable($can_open_multiple); @endphp
@if($grouped)
{!! $slot !!}
@else
{!! $slot !!}
@endif
@once @endonce