coolify/resources/views/livewire/project/application/destination.blade.php

8 lines
182 B
PHP
Raw Normal View History

2023-04-19 12:42:15 +02:00
<div>
2023-05-18 13:26:35 +02:00
<h2>Destination</h2>
2023-05-22 10:34:00 +02:00
<div>
<p>Server: {{ data_get($destination, 'server.name') }}</p>
<p>Destination: {{ $destination->network }}</p>
</div>
2023-04-19 12:42:15 +02:00
</div>