@hasSection('metaTag') @yield('metaTag') @else @endif {{-- --}} @yield('styles') @yield('preScripts') @if(config('server.showCountDown')) @php $countDownDate = \Carbon\Carbon::createFromFormat('d/m/Y H:i:s', config('server.launch'))->getPreciseTimestamp(3); $now = \Carbon\Carbon::now()->getPreciseTimestamp(3); @endphp @endif
Streamers Join Instagram Join Discord Download @if(\App\Utils\ServerStatusCache::serverInfo()->status) {{ number_format(App\Utils\PlayersOnlineCache::getAll()) }} Players Online @else Server is currently offline @endif
Inglês
Português
Polonês
Espanhol
Sueco
Alemão
@if(config('server.showCountDown'))
Contentbox headline
{{ config('server.serverName') }} will be launched in
0 days 0 hours 0 minutes 0 seconds

Download Client
In order to play on {{ config('server.serverName') }}, we REQUIRE to use our client to directly connect to the server.
@endif @yield('news-content')
Contentbox headline
@if(($message = Session::get('success')) || (isset($successMessage) && ($message = $successMessage)) ?? false)
Success
{!! $message !!}

@endif @if(($message = Session::get('error')) || (isset($errorMessage) && ($message = $errorMessage)) ?? false)
The following error has occurred:
{!! $message !!}

@endif @yield('content')

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

:

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

:

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

@yield('scripts')