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