@php $tag = $attributes['type'] && $attributes['type'] == 'link' ? 'a' : 'button'; @endphp <{{ $tag }} {{ $attributes->merge(['class' => 'bg-transparent hover:bg-gray-200 border border-gray-300 text-gray-500 font-semibold py-1 px-2 rounded text-sm transition']) }}> {{ $attributes['label'] ?? trans('Button label') }}