{{ \config('other.title') }}

{{ config('other.meta_description') }}

@if (! empty(config('unit3d.chat-link-url'))) {{ config('unit3d.chat-link-name') ?: __('common.chat') }} @endif

{{ __('common.account') }}

  • {{ __('user.my-profile') }}
  • @csrf

{{ __('common.community') }}

  • {{ __('forum.forums') }}
  • {{ __('common.news') }}
  • Wikis
@if ($pages->isNotEmpty())

{{ __('common.pages') }}

    @foreach ($pages as $page)
  • {{ $page->name }}
  • @endforeach
  • [View all]
@endif

{{ __('common.info') }}

  • {{ __('common.staff') }}
  • {{ __('common.internal') }}
  • {{ __('common.blacklist') }}
  • {{ __('common.about') }}
  • API documentation

Built using:

Time: {{ number_format((microtime(true) - (defined('LARAVEL_START') ? LARAVEL_START : request()->server('REQUEST_TIME_FLOAT'))) * 1000, 5) }} ms Used: {{ number_format(memory_get_peak_usage(true) / 1024 / 1024, 2) }} MiB Load: {{ implode(' ', array_map(fn ($n) => number_format($n, 2), sys_getloadavg())) }} Date: {{ now() }}

Site and design © {{ date('Y', strtotime(config('other.birthdate'))) }}-{{ date('Y') }} {{ config('other.title') }} | UNIT3D {{ config('unit3d.version') }} @if (config('announce.external_tracker.is_enabled')) + UNIT3D-Announce @endif