@if ($modal_mode) {{-- Modal layout: vertical, compact --}} @if (!isset($provider) || empty($provider) || $provider === '') @else @endif @if (auth()->user()->currentTeam()->cloudProviderTokens->where('provider', $provider)->isEmpty())
Create an API token in the {{ ucfirst($provider) }} Console → choose Project → Security → API Tokens. @if ($provider === 'hetzner')

Don't have a Hetzner account? Sign up here
(Coolify's affiliate link, only new accounts - supports us (€10) and gives you €20) @endif
@endif Validate & Add Token @else {{-- Full page layout: horizontal, spacious --}}
@if (auth()->user()->currentTeam()->cloudProviderTokens->where('provider', $provider)->isEmpty())
Create an API token in the Hetzner Console → choose Project → Security → API Tokens.

Don't have a Hetzner account? Sign up here
(Coolify's affiliate link, only new accounts - supports us (€10) and gives you €20)
@endif
Validate & Add Token @endif