@props(['status']) @php $classes = match($status) { 'published' => 'bg-green-100 text-green-800', 'scheduled' => 'bg-yellow-100 text-yellow-800', default => 'bg-gray-100 text-gray-600', }; @endphp {{ $status }}