@props([ 'animated' => true, 'icon' => null, 'href' => '#', 'target' => '_blank', ]) @php $baseClasses = 'group inline-flex items-center justify-center'; $animationClasses = $animated ? 'transition-all duration-500 hover:-translate-y-2' : ''; $classes = $attributes ->merge([ 'class' => trim($baseClasses . ' ' . $animationClasses), ]) ->get('class'); @endphp merge(['class' => $classes]) }}> @if ($icon) {!! $icon !!} @else @endif @if ($slot->isNotEmpty()) {{ $slot }} @endif