@props(['title' => '', 'collapsible' => true, 'icon' => '', 'id' => '']) @php $sectionId = $id ?: 'section-' . Str::slug($title); @endphp
@if($icon) @endif {{ $title }}
@if($collapsible) @endif
{{ $slot }}