Name: {{ data_get($destination, 'name') }}
Server:{{ data_get($destination, 'server.ip') }}:{{ data_get($destination, 'server.port') }}
@if ($destination->getMorphClass() === 'App\Models\StandaloneDocker')Network: {{ data_get($destination, 'network') }}
@endif @if ($destination->getMorphClass() === 'App\Models\SwarmDocker')Uuid: {{ data_get($destination, 'uuid') }}
@endif