@props([
'title' => null,
'icon' => null,
'subtitle' => null,
'hover' => false,
'compact' => false,
])
merge([
'class' => 'fluent-card ' .
($hover ? 'fluent-card--hover ' : '') .
($compact ? 'fluent-card--compact ' : '')
]) }}
>
@if($title || $subtitle || $icon)
@endif
@isset($body)
{{ $body }}
@endif
@isset($footer)
@endisset