@props([ 'title', 'value' => 0, 'color' => 'blue', 'link' => '#', 'linkText' => 'عرض الكل ←' ]) @php $colors = [ 'blue' => 'text-blue-700', 'yellow' => 'text-yellow-600', 'green' => 'text-green-700', 'purple' => 'text-purple-700', 'red' => 'text-red-700', ]; $textColor = $colors[$color] ?? 'text-blue-700'; @endphp