@props(['icon' => null, 'link' => null]) @if($link) twMerge(['class' => 'rounded-lg border border-gray-300 px-4 py-2 text-gray-700 active:scale-75 hover:bg-gray-100 transition duration-150 ease-in-out flex items-center justify-center min-w-20'])}} />
@if($icon) @svg($icon, 'w-4 h-4') @endif {{$slot}}
@if($link)
@else @endif