@props([ 'title' => '', 'value' => '0', 'icon' => 'fas fa-chart-bar', 'color' => 'primary', // primary (#0F766E), secondary (#14B8A6), success (#10b981), warning (#f59e0b), danger (#ef4444), info (#3b82f6) 'description' => null, ]) @php $colorMap = [ 'primary' => '#0F766E', 'secondary' => '#14B8A6', 'success' => '#10b981', 'warning' => '#f59e0b', 'danger' => '#ef4444', 'info' => '#3b82f6', ]; $hex = $colorMap[$color] ?? '#0F766E'; @endphp
{{ $description }}
@endif