@php $tag = isset($href) ? 'a' : 'button'; @endphp <{{$tag}} {{ $attributes->merge(['class' => 'inline-flex bg-midnightblue-100 text-white rounded-full px-8 py-4 font-bold text-sm shadow-xl items-center']) }}> {{ $slot }}