@lang('Select jump target')

@if (!$is_on_cooldown) @if ($default_target)
@endif
@lang('Target coordinates'):
@endif
@if ($is_on_cooldown) {{-- Cooldown state --}}

@lang('Jump Gate is not ready!')

@lang('Time until next jump'):

{{ $cooldown_formatted }}

@else {{-- Normal state - show ships --}}

@lang('Select ships')

@php $shipChunks = array_chunk($available_ships, 2); $rowIndex = 0; @endphp @foreach ($shipChunks as $shipPair) @foreach ($shipPair as $ship) @if ($ship['amount'] > 0) @else @endif @endforeach @if (count($shipPair) === 1) @endif @php $rowIndex++; @endphp @endforeach
{{ $ship['title'] }}

{{ $ship['title'] }} ({{ number_format($ship['amount'], 0, ',', '.') }})

{{ $ship['title'] }}

{{ $ship['title'] }} (0)

{{-- Default target selection form --}}
@lang('Standard Jump Gate Target')
@endif