@if($appearanceSettings->enable_theme_switcher) @endif @if($appearanceSettings->enable_contrast_toggle)
@endif @if ($isSearch)
@else @if (auth()->check())
@livewire('database-notifications')
@endif @endif
@if (count(fetch_active_languages()) > 1) @endif @if($appearanceSettings->enable_theme_switcher) @endif @if($appearanceSettings->enable_contrast_toggle)
@endif
{{ __('messages.t_login') }}
@php $messagesUrl = app('filament')->hasPlugin('live-chat') && $liveChatSettings->enable_livechat ? '/messages' : '/my-messages'; @endphp
{{__('messages.t_aria_label_messages')}}
@if (auth()->check())
@livewire('database-notifications')
@endif {{ __('messages.t_my_profile') }} @include('livewire.user.display-point-balance') @if (auth()->check()) {{ __('messages.t_my_dashboard') }} @endif {{-- {{ __('messages.t_my_ads') }} --}} {{-- {{ __('messages.t_my_messages') }} --}} {{ __('messages.t_my_favorites') }} {{-- {{ __('messages.t_verification_center') }} --}} {{-- @if (app('filament')->hasPlugin('packages') && $packageSettings->status) {{ __('messages.t_my_packages') }} @endif --}} {{-- @if (app('filament')->hasPlugin('subscription') && $subscriptionSettings->status && (!$subscriptionSettings->combine_subscriptions_and_orders)) {{ __('messages.t_my_subscriptions') }} @endif --}} {{-- {{ __('messages.t_my_orders') }} --}} @if (app('filament')->hasPlugin('feedback') && $feedbackSettings->enable_feedback) {{ __('messages.t_my_feedback') }} @endif {{-- @if (app('filament')->hasPlugin('packages') && $packageSettings->status) {{ __('messages.t_buy_business_packages') }} @endif --}} {{-- @if (app('filament')->hasPlugin('subscription') && $subscriptionSettings->status) {{ __('messages.t_pricing') }} @endif --}} @if (is_ecommerce_active()) {{ __('messages.t_my_purchases') }} {{ __('messages.t_cart_summary') }} @endif
@csrf {{ __('messages.t_logout') }}
{{ __('messages.t_post_your_ad') }}
{{--
--}}