merge(['class' => 'bento-card bento-dark border border-[var(--border-color)] overflow-hidden flex flex-col']) }}>
@if(isset($title))
@if(isset($icon)) @endif
{{ $title }}
@if(isset($actions))
{{ $actions }}
@endif
@endif
@if(isset($footer))
{{ $footer }}
@endif