@props(['title' => null, 'footer' => null])
merge(['class' => 'card']) }}> @if($title)
{{ $title }}
@if(isset($headerActions))
{{ $headerActions }}
@endif
@endif
{{ $slot }}
@if($footer) @endif