{{--
--}}
@yield('css')
@if ($hasLoader ?? true)
{{ __("common.skip") }}
@endif
@if (strcmp(config("app.game"), "Pharaoh") == 0)
cookie("lang") ?? app()->getLocale()]["flag"] ?? "us" }} flag-icon-squared">
{{ config("app.languages")[request()->cookie("lang") ?? app()->getLocale()]["name"] ?? "Unknown" }}
@foreach (config("app.languages") as $lang)
{{ $lang["name"] }}
@endforeach
@endif @if (Session::has('isLogged'))
{{ __("common._topMenu._left.support") }}
@endif
List of shame
@if (!Session::has('isLogged'))
{{ __("common._topMenu._right.login") }}
{{ __("common._topMenu._right.register") }}
@else @if (!isset($user_data))
{{ __("common.backToHome") }}
@else
{{ __("common._topMenu._right._userMenu.this", ["user" => json_decode(Session::get('userData'))->USER_ID]) }}
Balance: {{ number_format($user_data->Cash) ?? 0 }} ZP
Tycoon Balance: {{ number_format($tycoon_balance) ?? 0 }} ZP
@if (isset($user_data) && $user_data->AUTHORITY_LEV >= 1)
{{ __("common._topMenu._right._userMenu.controlPanel") }}
@endif
{{ __("common._topMenu._right._userMenu.myAccount") }}
{{ __("common._topMenu._right._userMenu.myProfile") }}
{{ __("common._topMenu._right._userMenu.buyZP") }}
{{ __("common._topMenu._right._userMenu.logout") }}
@endif @endif
{{ __("common._menu.home") }}
{{ __("common._menu.news") }}
{{ __("shop.title") }}
Trade
{{ __("common._menu._ranking.this") }}
{{ __("common._menu._ranking._players.this") }}
{{ __("common._menu._ranking._players.mostWeapons") }}
{{ __("common._menu._ranking._players.mostKills") }}
Weapons kills
Donation
{{ __("common._menu._ranking.clans") }}
{{ __("common._menu._ranking.ranked") }}
{{ __("common._menu._events.this") }}
{{ __("common._menu._events.eventTrancking") }}
Pharaoh's Grace
Lottery
Buddy Boost
@if (Session::has("isLogged")) {{--
Ribbons Tracking
--}} @endif {{--
{{ __("common._menu._events.go") }}
--}}
{{ __("common._menu.downloads") }}
{{ __("common._menu.forum") }}
@yield('content')
@yield('js')