Destinations are used to segregate resources by network.
Available for using:
@forelse ($server->standaloneDockers as $docker)
@empty
N\A
@endforelse
@if (count($networks) > 0)
Scanned available Destinations
@endif
@foreach ($networks as $network)
{{ data_get($network, 'Name') }}
Add to Coolify
@endforeach