@auth
{{ auth()->user()->username }}
{{ __('Home') }}
{{ __('My Profile') }}
@else
{{ __('Home') }}
@endauth
@auth
{{ __('Community') }}
{{ __('Articles') }}
{{ __('Staff') }}
{{ __('Teams') }}
{{ __('Staff applications') }}
{{ __('Photos') }}
{{ __('Leaderboards') }}
{{ __('Rare values') }}
{{ __('Shop') }}
@endauth
{{ __('Assistance') }}
@auth
{{ __('Help center') }}
@if(hasPermission('manage_website_tickets'))
{{ __('Open tickets') }}
@endif
@else
{{ __('Rules') }}
@endauth
{{ __('Discord') }}