{{-- Multi Color (Dark,Light) --}}
@if(!empty($panelNavbarLinks)) @php $panelNavbarLinksItems = handleNavbarLinks($panelNavbarLinks) @endphp @if(!empty($panelNavbarLinksItems) and count($panelNavbarLinksItems))
@foreach($panelNavbarLinksItems as $panelNavbarLinkItem) {{ $panelNavbarLinkItem['title'] }} @endforeach
@endif @endif
@if($authUser->checkAccessToAIContentFeature())
@endif @include('design_1.panel.includes.header.currency')
@include('design_1.panel.includes.header.language')
@if(!isFreeModeEnabled() || isFreeModeShowCartEnabled())
{{ $userCartCount }}
@endif {{-- Notification --}}
@include('design_1.panel.includes.header.notification')
@include('design_1.panel.includes.header.auth_user_info')