@props([ 'title' => null, 'padding' => 'p-6', ])
merge(['class' => 'rounded-lg border border-line bg-surface shadow-xs']) }}> @if ($title)

{{ $title }}

@endif
{{ $slot }}