@props([ 'label', 'value', 'icon', 'color' => 'primary', 'link' => null, 'linkText' => 'View details', 'sublabel' => null, 'liveKey' => null, ])
merge(['class' => 'col']) }}>
{{ $label }} @if($sublabel) ({{ $sublabel }}) @endif
{{ $value }}
@if($link) {{ $linkText }} @endif