@props(['position' => 'bottom-right']) @php $pos = match ($position) { 'bottom-left' => 'left-0 bottom-full mb-1', 'top-right' => 'right-0 top-full mt-1', 'top-left' => 'left-0 top-full mt-1', default => 'right-0 bottom-full mb-1', }; @endphp