@props(['title' => null, 'subtitle' => null, 'padded' => true])
merge(['class' => 'overflow-hidden rounded-lg border border-line bg-surface shadow-panel']) }}> @if ($title)

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
@isset($actions)
{{ $actions }}
@endisset
@endif
$padded])>{{ $slot }}