{{env('APP_NAME')}}
  • About
  • @if (empty(session('username')))
  • Sign In
  • @if (env('POLR_ALLOW_ACCT_CREATION'))
  • Sign Up
  • @endif @else
  • Dashboard
  • Settings
  • Logout
  • @endif
  • @if (empty(session('username'))) @if (env('POLR_ALLOW_ACCT_CREATION'))
  • Sign Up
  • @endif
  • Sign In

    Login

  • @else
  • {{session('username')}}
    • Dashboard
    • Settings
    • Logout
  • @endif