@props([ 'href' => null, 'type' => 'button', ]) @php $tag = $href ? 'a' : 'button'; @endphp <{{ $tag }} @if ($href) href="{{ $href }}" @endif @if ($tag === 'button') type="{{ $type }}" @endif {{ $attributes->class(['btn-primary']) }} > {{ $slot }}