@props([
'isActive' => true,
])
merge(['class' => 'border-b border-[#E9E9E9]']) }}>
@isset($header)
attributes->merge(['class' => 'flex justify-between items-center p-4 cursor-pointer select-none']) }}
role="button"
tabindex="0"
@click="toggle"
>
{{ $header }}
@endisset
@isset($content)
attributes->merge(['class' => 'p-1.5 z-10 bg-white rounded-lg']) }}
v-show="isOpen"
>
{{ $content }}
@endisset
@pushOnce('scripts')
@endPushOnce