@props([
'title' => null,
'subtitle' => null,
])
merge(['class' => 'overflow-hidden rounded-2xl border border-slate-200 bg-white shadow-soft']) }}>
@if($title || $subtitle)
@if($title)
{{ $title }}
@endif
@if($subtitle)
{{ $subtitle }}
@endif
@endif
{{ $slot }}