@props([ 'name', 'price', 'buttonText', 'perks' => [], 'featured' => false, 'dark' => false, ]) @php $cardClass = match(true) { $dark => 'bg-primary border border-primary text-white', $featured => 'bg-white border-2 border-primary', default => 'bg-white border border-zinc-300', }; $buttonClass = $dark ? 'bg-white text-primary hover:bg-zinc-100' : 'bg-primary text-white hover:bg-primary-dark'; @endphp