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