{{--

{{ config('app.name', 'Laravel') }}

--}} Republic for the United States of America Logo
  • {{ __('Home') }}
  • @auth
  • {{ __('Dashboard') }}
  • @endauth
  • {{ __('About') }}
    • {{ __('How to Save America') }}
    • {{ __('Executive Summary') }}
    • {{--
    • {{ __('Documents') }}
    • --}}
    • {{ __('Resource Library') }}
    • {{ __('Recruiting Materials') }}
    • {{ __('Declaration of Sovereign Intent') }}
  • {{--
  • {{ __('How To Save America') }}
  • --}} {{--
  • {{ __('Press') }}
  • {{ __('Blogs') }}
  • --}}
  • {{ __('Contact') }}
  • {{ __('Donate') }}
  • @guest
  • {{ __('Login') }}
  • {{ __('Register') }}
  • @else
  • {{ __('Shop') }}
  • {{ __('My Messages') }} @if($unreadMessagesCount > 0)  {{ $unreadMessagesCount }} @endif
  • {{ __('My Profile') }}
    • {{ __('View Profile') }}
    • {{ __('Edit Profile') }}
    • {{ __('Edit Password') }}
    • {{ __('My Orders') }}
    • {{--
    • {{ __('My Messages') }} @if($unreadMessagesCount > 0)  {{ $unreadMessagesCount }} @endif
    • --}} {{--
    • {{ __('My Vendors') }}
    • --}} @if(Auth::user()->hasRole(['webmaster','admin']))
    • {{ __('Admin') }}
    • @endif @if(Session::has('original_user'))
    • {{ __('Stop Impersonating') }}
    • @endif
    • {{ __('Logout') }}
    • @csrf
  • @endguest