@props([ 'id' => null, 'title' => null, 'titleIcon' => null, 'show' => true, 'headerClass' => '', ]) @php $id = $id?? uniqid(); @endphp
! $show]) data-bs-toggle="collapse" href="#collapse-{{ $id }}" aria-expanded="{{ $show? 'true' : 'false' }}" aria-controls="collapse-{{ $id }}" wire:ignore.self >
{{ $title?? '' }} {{ $headerInner?? '' }}
$show]) aria-labelledby="heading-{{ $id }}" wire:ignore.self > {{ $slot }}