{!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('font_text', 'Poppins')) . ':ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap') !!} {!! Theme::header() !!} @php $headerStyle = theme_option('header_style') ?: ''; $page = Theme::get('page'); if ($page) { $headerStyle = $page->getMetaData('header_style', true) ?: $headerStyle; } $headerStyle = ($headerStyle && in_array($headerStyle, array_keys(get_layout_header_styles()))) ? $headerStyle : ''; @endphp {!! apply_filters(THEME_FRONT_BODY, null) !!}
{!! Theme::partial('preloader') !!} @php $currencies = is_plugin_active('ecommerce') ? get_all_currencies() : []; @endphp
@if (is_plugin_active('ecommerce')) {{--
--}} @endif
@if (theme_option('logo')) @endif
@if (is_plugin_active('ecommerce'))
{{ __('Browse Categories') }}
    @php if (! isset($categories)) { $categories = ProductCategoryHelper::getProductCategoriesWithUrl(); } $groupedCategories = $categories->groupBy('parent_id'); $currentCategories = $groupedCategories->get(0); @endphp @if($currentCategories) @foreach ($currentCategories as $category) @php $hasChildren = $groupedCategories->has($category->id); @endphp
  • @if ($category->icon_image) {{ $category->name }} @elseif ($category->icon) @endif {{ $category->name }} @if ($hasChildren) @endif @if ($hasChildren) @endif
  • @endforeach @endif
@if (is_plugin_active('language'))
{{ __('Language') }}
@endif @if (count($currencies) > 1)
{{ __('Currency') }}
@endif @if (is_plugin_active('ecommerce'))
@if (auth('customer')->check()) {{ auth('customer')->user()->name }} @else {{ __('Log In / Sign Up') }} @endif
@endif @if ($hotline = theme_option('hotline')) @endif
@if (($socialLinks = theme_option('social_links')) && $socialLinks = json_decode($socialLinks, true)) @endif
@endif