@props([
'title',
'subtitle' => null,
])
merge(['class' => 'bg-white rounded-xl border border-gray-200 shadow-sm p-5 flex flex-col']) }}>
{{ $title }}
@if($subtitle)
{{ $subtitle }}
@endif
@isset($icon)
{{ $icon }}
@endisset
{{ $slot }}
@isset($actions)
{{ $actions }}
@endisset