@props(['title' => null, 'padding' => 'p-6'])
merge(['class' => 'bg-white dark:bg-gray-800 rounded-xl shadow-sm border border-gray-100 dark:border-gray-700']) }}> @if($title)
{{ $title }}
@endif
{{ $slot }}