@props(['link'=>null]) @php $attributes = $attributes->merge([ 'class' => "block py-2 px-4 hover:bg-vivid-100 w-full text-left", ]) @endphp @if($link) {{ $slot }} @else {{ $slot }} @endif