@props(['title' => null, 'subtitle' => null, 'actions' => null, 'padded' => true, 'icon' => null])
merge(['class' => 'overflow-hidden rounded-xl border border-slate-200/80 bg-white shadow-sm shadow-slate-200/50']) }}> @if ($title || $actions)
@if ($icon) @endif
@if ($title)

{{ $title }}

@endif @if ($subtitle)

{{ $subtitle }}

@endif
@if ($actions)
{{ $actions }}
@endif
@endif
{{ $slot }}