{{env('APP_NAME')}}
  • 关 于
  • @if (empty(session('username')))
  • 登 录
  • @if (env('POLR_ALLOW_ACCT_CREATION'))
  • 注 册
  • @endif @else
  • 仪表盘
  • 设 置
  • 退 出
  • @endif
  • @if (empty(session('username'))) @if (env('POLR_ALLOW_ACCT_CREATION'))
  • 注 册
  • @endif
  • 登 录

    登 录

  • @else
  • {{session('username')}}
    • 仪表盘
    • 设 置
    • 退 出
  • @endif