@props([ 'interview', ]) @php $statusColor = match($interview->status) { 'completed' => 'text-emerald-600', 'blocked' => 'text-red-600', default => 'text-indigo-600', }; @endphp