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