@php $footer = $data['footer'] ?? []; $top = get_theme_option('footer_top' . active_language()) ?: get_theme_option('footer_topen') ?? get_theme_option('footer_top' . app('default_language')); $socials = get_theme_option(key: 'socials', parent_key: 'social') ?? []; $menus = $data['menus'] ?? get_menus(); $childMenus = $menus['course_bundle']['childs'] ?? []; @endphp