Шаблон:Онлайн
@php
$serverAddress = \App\Models\Setting::getValue('server_ip') ?? 'bastion16.co.ua:35211';
$featureEnabled = \App\Models\Setting::getValue('feature_enabled') === '1';
$motdEnabled = \App\Models\Setting::getValue('motd_enabled') === '1';
$iconEnabled = true;
$versionEnabled = \App\Models\Setting::getValue('version_enabled') === '1';
$playerName = 'xFaraday';
@endphp