@props([ 'position' => 'top-right', ]) @php $positions = [ 'top-right' => 'top-4 end-4', 'top-left' => 'top-4 start-4', 'bottom-right' => 'bottom-4 end-4', 'bottom-left' => 'bottom-4 start-4', ]; $positionClass = $positions[$position] ?? $positions['top-right']; @endphp