- @if ($server->isFunctional())
-
-
Destinations
-
-
-
- Scan for Destinations
-
-
Destinations are used to segregate resources by network.
-
Available Destinations
-
- @if ($networks->count() > 0)
-
-
Found Destinations
-
- @foreach ($networks as $network)
-
- Add
- {{ data_get($network, 'Name') }}
-
- @endforeach
-
-
- @endif
- @else
-
Server is not validated. Validate first.
- @endif
-