@if (theme_option('header_top_enabled')) {!! Theme::partial('header-top') !!} @endif {!! Menu::renderMenuLocation('main-menu', [ 'options' => ['class' => 'main-menu'], 'view' => 'main-menu', ]) !!} @if(is_plugin_active('blog') || (is_plugin_active('ecommerce') && theme_option('enabled_products_search_on_header', true))) @endif @if(is_plugin_active('language')) {!! Theme::partial('language-switcher') !!} @endif @if (theme_option('action_button_text') && theme_option('action_button_url')) {{ theme_option('action_button_text') }} @endif @if(is_plugin_active('ecommerce')) {!! Theme::partial('ecommerce.cart-sidebar') !!} @endif @if(is_plugin_active('blog') || (is_plugin_active('ecommerce') && theme_option('enabled_products_search_on_header', true)))