@props(['title' => null, 'flush' => false])
merge(['class' => 'card']) }}> @if ($title || isset($head))

{{ $title }}

@isset($head)
{{ $head }}
@endisset
@endif
{{ $slot }}
@isset($foot)
{{ $foot }}
@endisset