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