@lang('Player') {!! $playername !!}
@lang('Class'): @lang('Unknown')
@lang('Alliance Class'): @lang('No alliance class selected')
@lang('Chance of counter-espionage'): {{ $counter_espionage_chance }}%
@lang('Your espionage does not show abnormalities in the atmosphere of the planet. There appears to have been no activity on the planet within the last hour.')
-
{{ $resources->metal->getFormattedLong() }}
-
{{ $resources->crystal->getFormattedLong() }}
-
{{ $resources->deuterium->getFormattedLong() }}
-
{{ $resources->energy->getFormattedLong() }}
@if ($debris->any())
-
{{ $debris->metal->getFormattedLong() }}
-
{{ $debris->crystal->getFormattedLong() }}
-
{{ $debris->deuterium->getFormattedLong() }}
@endif
@php /** @var OGame\ViewModels\UnitViewModel $unit */ @endphp
@forelse ($ships as $unit)
-
{{ $unit->object->title }}
{{ $unit->amount }}
@empty
@lang('We were unable to retrieve any reliable information of this type from the scan.')
@endforelse
@php /** @var OGame\ViewModels\UnitViewModel $unit */ @endphp
@forelse ($defense as $unit)
-
{{ $unit->object->title }}
{{ $unit->amount }}
@empty
@lang('We were unable to retrieve any reliable information of this type from the scan.')
@endforelse
@php /** @var OGame\ViewModels\UnitViewModel $unit */ @endphp
@forelse ($buildings as $unit)
-
{{ $unit->object->title }}
{{ $unit->amount }}
@empty
@lang('We were unable to retrieve any reliable information of this type from the scan.')
@endforelse
@forelse ($research as $unit)
-
{{ $unit->object->title }}
{{ $unit->amount }}
@empty
@lang('We were unable to retrieve any reliable information of this type from the scan.')
@endforelse