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