@props([ 'status' => 'normal', 'label' => null, ]) @php $styles = [ 'normal' => 'bg-[#6ee895] text-[#087238]', 'warning' => 'bg-[#fff3a9] text-[#9b6500]', 'critical' => 'bg-[#c91e1e] text-white', ]; $labels = [ 'normal' => 'Normal', 'warning' => 'Peringatan', 'critical' => 'Ganti Infus', ]; @endphp {{ $label ?? $labels[$status] }}