@props([ 'title' => null, 'icon' => null, 'collapsed' => false, 'expandable' => true, 'defaultExpanded' => true, 'sectionId' => null, ]) @php $sectionId = $sectionId ?? Str::slug($title ?? 'section'); @endphp @if ($expandable && $title)
{{ $title }}
{{ $slot }} @else {{ $slot }} @endif