@php /** @var OGame\Services\PlanetService $currentPlanet */ @endphp

@lang('Using this menu you can change planet names and moons or completely abandon them.')

@if ($isCurrentPlanetHomePlanet) @endif
Rename
@if ($isMoon) @else @endif
@if ($isCurrentPlanetHomePlanet) @lang('Abandom home planet') @elseif ($isMoon) @lang('Abandon Moon') @else @lang('Abandon Colony') @endif
@lang('If you abandon your home planet, immediately upon your next login you will be directed to the planet that you colonised next.')
[{{ $currentPlanet->getPlanetCoordinates()->asString() }}] {{ $currentPlanet->getPlanetName() }} @if ($isCurrentPlanetHomePlanet) @lang('Abandon Home Planet') @elseif ($isMoon) @lang('Abandon moon') @else @lang('Abandon Colony') @endif
@if ($isMoon) @lang('If you have activated items on a moon, they will be lost if you abandon the moon.') @else @lang('If you have activated items on a planet, they will be lost if you abandon the planet.') @endif