@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