@props(['title' => null, 'subtitle' => null, 'actions' => null, 'padding' => true])
merge(['class' => 'card']) }}>
@if ($title || $subtitle || $actions)
@if ($title)
{{ $title }}
@endif
@if ($subtitle)
{{ $subtitle }}
@endif
@if ($actions)
{{ $actions }}
@endif
@endif
$padding])>
{{ $slot }}