Server

The destination server where your application will be deployed to.
On server {{ data_get($resource, 'destination.server.name') }} in {{ data_get($resource, 'destination.network') }} network.
{{-- Additonal Destinations: {{$resource->additional_destinations}} --}} {{-- @if (count($servers) > 0)

Additional Servers

@foreach ($servers as $server)

{{ $server->name }}

{{ $server->description }}
@foreach ($server->destinations() as $destination) @if ($loop->first) @else @endif @endforeach Save
@endforeach
@endif --}}