{{-- $item: The current MenuItem instance. $menu: The parent Menu instance. $availablePages: Array of pages for the select dropdown in the modal. $level: (Optional) Current depth level for indentation, defaults to 0. Passed by parent. --}} @php $currentLevel = $level ?? 0; $indentationClass = 'ml-' . ($currentLevel * 6); // Tailwind CSS for indentation (ml-0, ml-6, ml-12, etc.) @endphp