@props(['title' => null, 'description' => null])
merge(['class' => 'rounded-xl border border-slate-200 bg-white shadow-sm']) }}> @if ($title)

{{ $title }}

@if ($description)

{{ $description }}

@endif
@endif
{{ $slot }}