coolify/resources/views/livewire/project/application/destination.blade.php
2023-05-04 10:45:09 +02:00

8 lines
281 B
PHP

<div>
<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>