@isset($toggle)
{{ $toggle }}
@endisset
@isset($header)
attributes->merge(['class' => 'flex gap-5 justify-between items-center px-4 py-3 bg-white rounded-t-lg border-b']) }}>
{{ $header }}
@endisset
@isset($content)
attributes->merge(['class' => 'px-4 py-2.5 bg-white']) }}>
{{ $content }}
@endisset
@isset($footer)
attributes->merge(['class' => 'px-4 py-2.5 bg-white rounded-b-lg border-t']) }}>
{{ $footer }}
@endisset
@pushOnce('scripts')
@endPushOnce