@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
{{ $label }}
@endif{{ $value ?? '0' }}
@if($description){{ $description }}
@endif