@aware(['accordionId']) @props(['id', 'title', 'open' => false])
@if($open)
{{ $slot }}
@else
{{ $slot }}
@endif