@props(['variant' => '']) @php $variants = [ 'neutral' => 'bg-primary-600 text-white' ]; $variantClass = $variants[$variant] ?? ''; @endphp