@if(count($themeUiMenuList) > 0)
-
@foreach($themeUiMenuList as $themeUiMenu)
- config('app.locale'),'slug'=>$dynamicRouteVal]); }else{ $route=route($dynamicRoute,['locale'=>config('app.locale')]); } } @endphp href="{{$route}}" @endif target="{{$themeUiMenu["target_type"]}}" @endif title="{{$themeUiMenu["title"]}}">{{$themeUiMenu["title"]}} @if(count($themeUiMenu["ui_menu_child"]) > 0) @endif @if(count($themeUiMenu["ui_menu_child"]) > 0) @include(sprintf("themes.%s.components.header.header_child",config('app.theme')),['child'=>$themeUiMenu["ui_menu_child"]]) @endif @endforeach
@if(!empty(\UiLibrary::generalSettingList("social_facebook_url")))
@endif
@if(!empty(\UiLibrary::generalSettingList("social_twitter_url")))
@endif
@if(!empty(\UiLibrary::generalSettingList("social_instagram_url")))
@endif
@if(!empty(\UiLibrary::generalSettingList("social_youtube_url")))
@endif
@if(!empty(\UiLibrary::generalSettingList("social_linkedin_url")))
@endif
@if(count($languageList) > 1)
-
@foreach($languageList as $language)
-
@if($language["image_url"]!==null)
@else {{$language["title"]}} @endif
@endforeach