@props([ 'title' => null, 'icon' => null, 'accent' => false, ])
merge(['class' => 'card chm-card' . ($accent ? ' chm-card-accent' : '')]) }}> @if($title)
@if($icon) @endif {{ $title }}
@endif
{{ $slot }}
@isset($footer) @endisset