@props([ 'badge', 'title', 'description' => null, 'stats' => [], ]) @php $statCols = match (count($stats)) { 4 => 'sm:grid-cols-2 lg:grid-cols-4', 2 => 'sm:grid-cols-2', default => 'sm:grid-cols-3', }; @endphp
{{ $description }}
@endif @isset($actions)