@props([ 'label', 'value', 'unit', 'tone' => 'blue', ]) @php $toneClass = [ 'blue' => 'border-l-[#005596] text-[#005596] bg-white', 'green' => 'border-l-[#007a3d] text-[#00824a] bg-white', 'red' => 'border-l-[#c91e1e] text-[#c91e1e] bg-[#ffd8d4]', ][$tone]; @endphp
{{ $label }}
{{ $value }}
{{ $unit }}