@if ($loadingServices)
@else
@foreach ($services as $serviceName => $service)
@if (data_get($service, 'disabled'))
{{ Str::headline($serviceName) }}
You need to upgrade to {{ data_get($service, 'minVersion') }} to use this service.
@else
{{ Str::headline($serviceName) }}
@if (data_get($service, 'slogan'))
{{ data_get($service, 'slogan') }}
@endif
@endif
@endforeach
@endif
Trademarks Policy: The respective trademarks mentioned here are owned by the
respective
companies, and use of them does not imply any affiliation or endorsement.
@forelse($servers as $server)
{{ $server->name }}
{{ $server->description }}
@empty
@endforelse
@foreach ($standaloneDockers as $standaloneDocker)
Standalone Docker ({{ $standaloneDocker->name }})
network: {{ $standaloneDocker->network }}
@endforeach
@foreach ($swarmDockers as $swarmDocker)
Swarm Docker ({{ $swarmDocker->name }})
@endforeach
@endif
@if ($current_step === 'existing-postgresql')