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

{{ $title }}

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