@props([ 'title', 'description' => null, ])
class('rounded-xl border border-gray-200/80 bg-white p-5 shadow-card sm:p-6') }}>

{{ $title }}

@if ($description)

{{ $description }}

@endif
{{ $slot }}