{{-- Locales Switcher --}}
{{-- Dropdown Toggler --}}
{{-- Default locale --}} {{-- {{ core()->getCurrentChannel()->locales()->orderBy('name')->where('code', app()->getLocale())->value('name') }} --}} FR {{-- --}}
{{-- Right Nagivation Section --}}
{{-- Right Navigation Links --}}
{{-- Compare --}} {{-- @if (core()->getConfigData('general.content.shop.compare_option')) @endif --}} {{-- user profile --}} {{-- Guest Dropdown --}} @guest('customer')

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

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

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

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

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

@endauth
{{-- Mini cart --}}
@include('shop::checkout.cart.mini-cart')
@pushOnce('scripts') @endPushOnce