@props(['link'=>null]) @php $attributes = $attributes->merge([ 'class' => "font-medium text-white bg-red-600 border hover:bg-red-800 hover:text-white focus:ring-4 focus:outline-none focus:ring-red-300 rounded-lg text-sm px-5 py-2 text-center" ]) @endphp @if($link) {{ $slot }} @else @endif