@props(['status']) @php $classes = match ($status) { 'active' => 'bg-green-100 text-green-800', 'suspended' => 'bg-yellow-100 text-yellow-800', 'expired' => 'bg-red-100 text-red-800', default => 'bg-gray-100 text-gray-800', }; @endphp merge(['class' => "inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium $classes"]) }}> {{ ucfirst($status) }}