@props(['title'])
merge([ 'class' => 'relative overflow-hidden bg-white dark:bg-gray-900 shadow-lg sm:rounded-lg border border-gray-200 dark:border-gray-700', ]) !!}> @if (isset($title))
{{ $title }}
{{ $actions ?? null }}
@endif
{{ $slot }}