To help your game start get moving quickly, we've assigned you the name Commodore Nebula. You can change this at any
time by clicking on the username.
Fleet Command has left you information on your first steps in your inbox, to help you be well-equipped for your
start.
@foreach ($planets->allPlanets() as $key => $planet)
@php
// Set or replace the 'cp' parameter
$currentQueryParams['cp'] = $planet->getPlanetId();
// Generate the URL to the current route with the updated query parameters
$urlToPlanetWithUpdatedParam = request()->url() . '?' . http_build_query($currentQueryParams);
@endphp