@props([
'title' => null,
'subtitle' => null,
])
class('rounded-2xl border border-border bg-surface shadow-sm') }}>
@if ($title || isset($actions))
@if ($title)
{{ $title }}
@endif
@if ($subtitle)
{{ $subtitle }}
@endif
@isset($actions)
{{ $actions }}
@endisset
@endif
{{ $slot }}