@props([ 'title', 'description' => null, 'icon' => null, 'collapsible' => false, 'open' => true, ]) @php $sectionId = 'chmSection' . substr(md5($title), 0, 8); @endphp
merge(['class' => 'chm-form-section card']) }}>
@if($icon) @endif
{{ $title }}
@if($description)

{{ $description }}

@endif
@if($collapsible) @endif @isset($actions)
{{ $actions }}
@endisset
@if($collapsible)
{{ $slot }}
@else
{{ $slot }}
@endif