coolify/resources/views/livewire/project/application/destination.blade.php
2023-05-22 10:34:00 +02:00

8 lines
182 B
PHP

<div>
<h2>Destination</h2>
<div>
<p>Server: {{ data_get($destination, 'server.name') }}</p>
<p>Destination: {{ $destination->network }}</p>
</div>
</div>