@if(get_setting('topbar_banner') != null)
@endif
@php $header_logo = get_setting('header_logo'); @endphp @if($header_logo != null) {{ env('APP_NAME') }} @else {{ env('APP_NAME') }} @endif @if(Route::currentRouteName() == [ 'home', 'product.list'])
@endif
{{-- language --}} @php if(Session::has('locale')){ $locale = Session::get('locale', Config::get('app.locale')); } else{ $locale = env('DEFAULT_LANGUAGE'); } @endphp
@include('frontend.partials.compare')
@include('frontend.partials.wishlist')
@if(Route::currentRouteName() != 'home')
@include('frontend.partials.category_menu')
@endif
@if ( get_setting('header_menu_labels') != null )
@endif