@php /** @var OGame\Services\PlayerService $currentPlayer */ @endphp @php /** @var OGame\Services\SettingsService $settings */ @endphp {{ config('app.name', 'Laravel') }} @if ($currentPlayer->isAdmin()) @include ('ingame.layouts.admin-menu', ['currentPlayer' => $currentPlayer]) @endif
{!! $resources['metal']['amount_formatted'] !!}
{!! $resources['crystal']['amount_formatted'] !!}
{!! $resources['deuterium']['amount_formatted'] !!}
{!! $resources['energy']['amount_formatted'] !!}
100
0
{!! $resources['darkmatter']['amount_formatted'] !!}
@yield('content')