@php // Fetch the 'primary' menu or a configurable menu for the theme $menuName = setting('landingpage_ai_website_maker_primary_menu', 'primary'); $menu = \Modules\LandingPage\Entities\Menu::where('location', $menuName)->orWhere('name', $menuName)->with('rootItems.childrenRecursive')->first(); $isMobile = $isMobile ?? false; // Ensure $isMobile has a default value @endphp