@include('theme::layouts.navbar')
@if($showHeaderData)
The legend
has returned once more!
Embark on thrilling adventures filled with epic wars and endless battles.
@endif
@if($showHeaderCards)
img

{{ __('Server Status') }}

{{__('Players Online')}}:
@include('theme::layouts.playercount')
img

{{ __('Server Time') }}

{{ \Carbon\Carbon::now()->format('H:i:s') }}
@include('theme::layouts.fortress')
img

{{ __('Donation Bonus') }}

@if($bonus = (int)config('siteSettings.donation_bonus', 0))
{{ $bonus }}% Bonus
@else
No Bonus
@endif
@endif