@props(['title' => null, 'subtitle' => null])
merge(['class' => 'bg-white dark:bg-slate-800 rounded-2xl shadow-soft border border-slate-100 dark:border-slate-700']) }}> @if($title)

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif
@isset($action) {{ $action }} @endisset
@endif
{{ $slot }}