@props(['type' => 'link'])
@if ($type === 'link')
merge(['href' => '#', 'class' => 'block w-full px-4 py-2 text-sm leading-5 text-zinc-700 hover:bg-zinc-100 hover:text-zinc-900 focus:outline-none focus:bg-zinc-100 focus:text-zinc-900']) }} role="menuitem">
{{ $slot }}
@elseif ($type === 'button')
@endif