{{ config('lorekeeper.settings.site_name', 'Lorekeeper') }}
  • @if (Auth::check() && Auth::user()->is_news_unread && config('lorekeeper.extensions.navbar_news_notif')) News @else News @endif
  • @if (Auth::check() && Auth::user()->is_sales_unread && config('lorekeeper.extensions.navbar_news_notif')) Sales @else Sales @endif
  • @if (Auth::check())
  • Home
    My Characters My MYO Slots Inventory Bank Wishlists
    Liked Comments
  • Activity
    Prompt Submissions Claims Reports Design Approvals Crafting
    Character Transfers Trades
  • @endif
  • Browse
    Users Character Masterlist MYO Slot Masterlist
    Raffles
    Bug Reports
  • World
    Encyclopedia World Expanded Prompts Shops {{ __('dailies.dailies') }} @if (Auth::check()) @if (Auth::user()->shops()->count() && Settings::get('user_shop_limit') == 1) My Shop @else My Shops @endif @endif All User Shops Foraging
  • Gallery
    @guest
  • {{ __('Login') }}
  • @if (Route::has('register'))
  • {{ __('Register') }}
  • @endif @else @if (Auth::user()->isStaff)
  • @if (Auth::user()->hasAdminNotification(Auth::user())) {{ Auth::user()->hasAdminNotification(Auth::user()) }} @endif
  • @endif @if (Auth::user()->notifications_unread)
  • {{ Auth::user()->notifications_unread }}
  • @endif
  • Submit
    Submit Prompt Submit Claim Submit Report
  • {{ Auth::user()->name }}
    Profile Notifications Bookmarks Settings {{ __('Logout') }}
    @csrf
  • @endguest