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