@php // Fetch the 'primary' menu or a configurable menu for the job board theme $menuName = setting('landingpage_job_board_primary_menu', 'primary'); // Example: Make this configurable $menu = \Modules\LandingPage\Entities\Menu::where('location', $menuName)->orWhere('name', $menuName)->with('rootItems.children')->first(); @endphp