@props(['link'=>null]) @php $attributes = $attributes->merge([ 'class' => "text-red-500 border bg-white hover:bg-red-400 hover:text-red-800 font-normal rounded text-xs px-4 py-2 text-center shadow" ]) @endphp @if($link) {{ $slot }} @else {{ $slot }} @endif