@props([ 'title', 'value', 'color' => 'primary' ]) @php $colors = [ 'primary' => 'text-[color:var(--primary-color)]', 'green' => 'text-green-500', 'yellow' => 'text-yellow-400', 'red' => 'text-red-500', ]; @endphp

{{ $title }}

{{ $value }}