@props([ 'title' => '', 'desc' => '', ])
merge(['class' => 'rounded-2xl border border-gray-200 bg-white']) }}> @if($title || $desc)
@if($title)

{{ $title }}

@endif @if($desc)

{{ $desc }}

@endif
@endif
{{ $slot }}