{{\UiLibrary::generalSettingList(
{{\UiLibrary::generalSettingList(
    @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) @include(sprintf("themes.%s.components.header.header_child",config('app.theme')),['child'=>$themeUiMenu["ui_menu_child"]]) @endif
  • @endforeach