9 lines
306 B
PHP
9 lines
306 B
PHP
<div>
|
|
<h2>Destination</h2>
|
|
<p>Server Name: {{ data_get($destination, 'server.name') }}</p>
|
|
@if (data_get($destination, 'server.description'))
|
|
<p>Description: {{ data_get($destination, 'server.description') }}</p>
|
|
@endif
|
|
<p>Docker Network: {{ $destination->network }}</p>
|
|
</div>
|