lasthourcloud/resources/views/livewire/project/application/destination.blade.php
Andras Bacsai 39d37010a3 fixes
2023-06-02 12:34:45 +02:00

9 lines
303 B
PHP

<div>
<h2>Destination</h2>
<div class="text-sm">The destination server / network where your application will be deployed to.</div>
<div class="py-4">
<p>Server: {{ data_get($destination, 'server.name') }}</p>
<p>Destination: {{ $destination->network }}</p>
</div>
</div>