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

{{ $title }}

@endif @if($subtitle)

{{ $subtitle }}

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