@props([ 'href', 'label', 'description' => '', 'count' => null, 'iconBg' => 'bg-gray-500', ])
{{ $icon }}
{{ $label }}
@if ($description)
{{ $description }}
@endif
@if (!is_null($count)) {{ $count }} @endif