@props([ 'align' => 'end', 'width' => 'w-64', 'placement' => 'bottom', ]) @php $origin = $placement === 'top' ? ($align === 'start' ? 'origin-bottom-left' : 'origin-bottom-right') : ($align === 'start' ? 'origin-top-left' : 'origin-top-right'); @endphp
{{ $trigger }}
$placement === 'bottom', 'mb-2 bottom-full' => $placement === 'top', 'right-0' => $align === 'end', 'left-0' => $align === 'start', ]) > {{ $slot }}