@php $sharedClasses = 'px-4 py-2 h-10 rounded-md focus:outline-none text-white bg-red-500 hover:bg-red-600 focus:bg-red-600'; @endphp @if (isset($attributes['href'])) class([$sharedClasses]) }}> {{ $slot }} @else class([$sharedClasses]) }}> {{ $slot }} @endif