{{-- This section will provide categories for the first, second, and third levels. If additional levels are required, users can customize them according to their needs. --}} {{-- Left Nagivation Section --}}
Bagisto
{{-- Right Nagivation Section --}}
{{-- Search Bar Container --}}
@if (core()->getConfigData('general.content.shop.image_search')) @include('store::search.images.index') @endif
{{-- Right Navigation Links --}}
{{-- Compare --}} @if(core()->getConfigData('general.content.shop.compare_option')) @endif {{-- Mini cart --}} @include('store::checkout.cart.mini-cart') {{-- user profile --}} {{-- Guest Dropdown --}} @guest('customer')

@lang('store::app.components.layouts.header.welcome-guest')

@lang('store::app.components.layouts.header.dropdown-text')

@endguest {{-- Customers Dropdown --}} @auth('customer')

@lang('store::app.components.layouts.header.welcome')’ {{ auth()->guard('customer')->user()->first_name }}

@lang('store::app.components.layouts.header.dropdown-text')

@endauth
@pushOnce('scripts') @endPushOnce