@props(['align' => 'right', 'width' => '48', 'contentClasses' => 'py-2']) @php $alignmentClasses = match ($align) { 'left' => 'left-0 origin-top-left', default => 'right-0 origin-top-right', }; $width = match ($width) { '48' => 'w-48', '56' => 'w-56', '64' => 'w-64', default => $width, }; @endphp