Destinations are used to segregate resources by network.
Docker Networks added to the server:
@forelse ($server->standaloneDockers as $docker)
@empty
No destinations added
@endforelse
@if (count($networks) > 0)
Scanned available destinations
@endif
@foreach ($networks as $network)
{{ data_get($network, 'Name') }}
Add to Coolify
@endforeach