@props(['label'=>'', 'value', 'unit' => '', 'color' => 'blue']) @php $colors = [ 'indigo' => 'bg-indigo-50 text-indigo-600', 'purple' => 'bg-purple-50 text-purple-600', 'blue' => 'bg-blue-50 text-blue-600', 'emerald' => 'bg-emerald-50 text-emerald-600', 'orange' => 'bg-orange-50 text-orange-600', 'red' => 'bg-red-50 text-red-600', ]; $colorClass = $colors[$color] ?? $colors['blue']; @endphp