{{ auth()->user()->name ?? '' }} {{ \Illuminate\Support\Str::limit(auth()->user()->email ?? '', 20, '...') }}
  • {{ __('My Profile') }}
  • {{ __('My Wallet') }}
  • {{ __('My Ads') }}
  • {{ __('Wishlist') }}
  • {{ __('Messages') }} 2
  • {{ __('Notification') }} {{ getUnreadNotificationsCount(true) }}
  • {{ __('Payment History') }}
  • {{ __('Review') }}
  • @php $currentLang = $languages->firstWhere('name', session('locale', config('app.locale'))) ?? $languages->first(); $currentImg = $currentLang && $currentLang->thumbnail ? asset('storage/' . $currentLang->thumbnail->src) : asset('assets/img/flag/flag-01.svg'); @endphp {{ __('Language') }}
    {{ $currentLang->title ?? 'Language' }}
      @foreach ($languages as $language)
    • {{ $language->title }} {{ $language->title }}
    • @endforeach
  • {{ __('Trash') }}
  • {{ __('Change Password') }}
  • @csrf
  • {{ __('Delete Account') }}