{!! Theme::header() !!} @if (theme_option('preloader_enabled', 'no') == 'yes')
@endif
@if (is_plugin_active('newsletter') && theme_option('enable_newsletter_popup', 'yes') === 'yes')
@endif @php if (is_plugin_active('ecommerce')) { $categories = get_product_categories(['status' => \Botble\Base\Enums\BaseStatusEnum::PUBLISHED], ['slugable', 'children', 'children.slugable', 'icon'], [], true); } else { $categories = []; } @endphp
  • {{ theme_option('hotline') }}
@if (is_plugin_active('ecommerce')) @php $currencies = get_all_currencies(); @endphp @if (count($currencies) > 1)
{{ __('Currency') }}: @foreach ($currencies as $currency) id) class="active" @endif>{{ $currency->title }}  @endforeach
@endif @endif