@props([ 'label' => '', 'value' => null, 'description' => null, 'icon' => 'activity', 'tint' => 'primary', ]) @php $tints = [ 'primary' => 'bg-primary-dim text-primary', 'success' => 'bg-success-dim text-success', 'warning' => 'bg-warning-dim text-warning', 'info' => 'bg-info-dim text-info', ]; $iconWrapper = $tints[$tint] ?? $tints['primary']; @endphp
merge(['class' => 'sms-metric card border-0 shadow-sm']) }}>
@if($label)

{{ $label }}

@endif

{{ $value ?? '0' }}

@if($description)

{{ $description }}

@endif