@php $topHeaderTextColor = get_setting('top_header_text_color'); $middleHeaderTextColor = get_setting('middle_header_text_color'); $bottomHeaderTextColor = get_setting('bottom_header_text_color'); @endphp
@if (Auth::check() && auth()->user()->user_type == 'customer')
@include('frontend.partials.compare')
@include('frontend.partials.wishlist')
@endif
@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.' . get_setting('homepage_select') . '.partials.category_menu')