@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
@if (isset($top['one_status']))
{{ $top['one_title'] ?? '' }}
@if ($top['one_social_menu'] ?? false) @if ($socials) @endif @endif
@endif