@if(get_setting('topbar_banner') != null)
@endif
@include('frontend.partials.compare')
@include('frontend.partials.wishlist')
@auth @else @endauth
{{ translate('Categories') }} ({{ translate('See All') }})
    @if (get_setting('header_menu_labels') != null) @foreach (json_decode( get_setting('header_menu_labels'), true) as $key => $value)
  • {{ translate($value) }}
  • @endforeach @endif
@include('frontend.partials.category_menu')
@section('script') @endsection