{!! Theme::header() !!}
@if (theme_option('preloader_enabled', 'no') == 'yes')
@endif
@if (is_plugin_active('language'))
{{ __('Language') }}:
{!! apply_filters('language_switcher') !!}
@endif
@if (theme_option('logo'))
@endif
{!! Menu::renderMenuLocation('header-menu', [ 'view' => 'top-menu', 'options' => ['class' => 'list-inline nav-topbar d-none d-md-inline'], ]) !!}
{!! apply_filters('language_switcher') !!}
{{ __('Search') }}
@if (theme_option('action_button_text') && theme_option('action_button_url'))
{{ theme_option('action_button_text') }}
@endif
{!! Menu::renderMenuLocation('main-menu', [ 'view' => 'menu', 'options' => ['class' => 'main-menu d-none d-lg-inline font-small'], ]) !!} {!! Menu::renderMenuLocation('main-menu', [ 'view' => 'menu', 'options' => ['class' => 'd-block d-lg-none text-muted', 'id' => 'mobile-menu'], ]) !!}
@for ($i = 1; $i <= 5; $i++) @if (theme_option('social_' . $i . '_url') && theme_option('social_' . $i . '_name'))
@endif @endfor
{{ __('Search') }}