@if (config('features.lang_switcher') && $gs->is_language == 1)
  • @endif @if ($gs->show_currency_values == 1) @php $top_first_curr = $curr; $top_curr = $scurrency; @endphp @if ($scurrency->id != 1)
  • {{ __('Currency Rate') }}: {{ $top_first_curr->sign . number_format($top_first_curr->value, $top_first_curr->decimal_digits, $top_first_curr->decimal_separator, $top_first_curr->thousands_separator) }} = {{ $top_curr->sign . ' ' . number_format($top_curr->value, $top_curr->decimal_digits, $top_curr->decimal_separator, $top_curr->thousands_separator) }}
  • @endif @endif @if (Auth::guard('admin')->check())
  • {{ __('Viewing as Admin') }} {{ __('Logout') }}
  • @endif
    @if (config('features.currency_switcher') && $gs->is_currency == 1)
  • @endif @if (config('features.productsListPdf'))
  • {{ __('Products list - PDF') }}
  • @endif
@if (!empty(request()->input('sort'))) @endif @if (!empty(request()->input('minprice'))) @endif @if (!empty(request()->input('maxprice'))) @endif
@if (!Auth::guard('web')->check()) {{ __('Enter or register') }} @else {{ __('Hello') }}, {{ Auth::user()->name }} {{ __('Access your account') }} {{-- @if (config('features.marketplace')) @if (Auth::user()->IsVendor())
  • {{ __("Vendor Panel") }}
  • @endif @endif --}} @endif
      @if ($gs->is_cart)
    • {{ Session::has('cart') ? count(Session::get('cart')->items) : '0' }}
      @include('load.cart')
    • @endif
    • @if (Auth::guard('web')->check()) {{ count(Auth::user()->wishlists) }} @else 0 @endif
    • {{ Session::has('compare') ? count(Session::get('compare')->items) : '0' }}

    {{ __('Categories') }}

      @php $i = 1; @endphp @foreach ($categories as $category) @php $count = count($category->subs_order_by); @endphp
    • @if ($count) @if ($category->photo)
      @endif
      {{ $category->name }} @if ($count) @endif
      @else @if ($category->photo) @endif {{ $category->name }} @endif @if ($count) @php $ck = 0; foreach ($category->subs_order_by as $subcat): if (count($subcat->childs_order_by) > 0): $ck = 1; break; endif; endforeach; @endphp
        @foreach ($category->subs_order_by as $subcat)
      • {{ $subcat->name }} @if (count($subcat->childs_order_by) > 0)
          @foreach ($subcat->childs_order_by as $childcat)
        • {{ $childcat->name }}
        • @endforeach
        @endif
      • @endforeach
      @endif
    • @php $i++; @endphp @if ($i == 15)
    • {{ __('See All Categories') }}
    • @break @endif @endforeach

    {{ __('Categories') }}

      @php $i = 1; @endphp @foreach ($categories as $category) @php $count = count($category->subs_order_by); @endphp
    • @if ($count) @if ($category->photo)
      @endif
      {{ $category->name }} @if ($count) @endif
      @else @if ($category->photo) @endif {{ $category->name }} @endif @if ($count) @php $ck = 0; foreach ($category->subs_order_by as $subcat): if (count($subcat->childs_order_by) > 0): $ck = 1; break; endif; endforeach; @endphp
        @foreach ($category->subs_order_by as $subcat)
      • {{ $subcat->name }} @if (count($subcat->childs_order_by) > 0)
          @foreach ($subcat->childs_order_by as $childcat)
        • {{ $childcat->name }}
        • @endforeach
        @endif
      • @endforeach
      @endif
    • @php $i++; @endphp @if ($i == 6)
    • {{ __('See All Categories') }}
    • @break @endif @endforeach

    {{ __('Browse the site') }}

    • {{ __('Brands') }}
    • @if ($gs->is_blog == 1)
    • {{ __('Blog') }}
    • @endif @if ($gs->is_faq == 1)
    • {{ __('Faq') }}
    • @endif @if ($gs->policy)
    • {{ __('Buy & Return Policy') }}
    • @endif @foreach ($pheader as $data)
    • {{ $data->title }}
    • @endforeach @if ($gs->is_contact == 1)
    • {{ __('Contact Us') }}
    • @endif @if ($gs->is_cart)
    • {{ __('Track Order') }}
    • @endif @if ($gs->team_show_header == 1)
    • {{ __('Team') }}
    • @endif
      @foreach ($categories as $category)
    • @if ($category->photo) @endif {{ $category->name }} {{-- Menu subcategoria --}} @foreach ($category->subs_order_by as $subcategory)
      • {{ $subcategory->name }} {{-- Menu Categorias Filhas --}} @foreach ($subcategory->childs_order_by as $childcategory)
        • {{ $childcategory->name }}
        @endforeach
      @endforeach
    • @endforeach