@props(['variant' => '', 'link' => '', 'external' => false]) @php $variants = [ 'neutral' => 'bg-primary-600 text-white', 'ghost' => 'bg-gray-100 text-black text-sm', ]; $variantClass = $variants[$variant] ?? ''; @endphp @if($link !== '') merge(['class' => "inline-flex px-2 py-1 text-xs rounded-md font-medium hover:opacity-80 hover: active:scale-80 transition-all duration-300 ease-in-out $variantClass"])}}> {{$slot}} @else @endif