@if ($limit_reached) @else @if ($current_step === 1)
@if ($available_tokens->count() > 0)
@foreach ($available_tokens as $token) @endforeach
Continue
OR
@endif
@elseif ($current_step === 2) @if ($loading_data)

Loading Hetzner data...

@else
@foreach ($locations as $location) @endforeach
@foreach ($this->availableServerTypes as $serverType) @endforeach
@foreach ($this->availableImages as $image) @endforeach
@if ($private_keys->count() === 0)

No private keys found. You need to create a private key to continue.

@else @foreach ($private_keys as $key) @endforeach

This SSH key will be automatically added to your Hetzner account and used to access the server.

@endif
@foreach ($hetznerSshKeys as $sshKey) @endforeach
@if ($saved_cloud_init_scripts->count() > 0)
@foreach ($saved_cloud_init_scripts as $script) @endforeach Clear
@endif
Back Buy & Create Server{{ $this->selectedServerPrice ? ' (' . $this->selectedServerPrice . '/mo)' : '' }}
@endif @endif @endif