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

9 lines
303 B
PHP
Raw Normal View History

2023-04-19 10:42:15 +00:00
<div>
2023-06-02 10:34:45 +00:00
<h2>Destination</h2>
2023-05-31 08:19:29 +00:00
<div class="text-sm">The destination server / network where your application will be deployed to.</div>
<div class="py-4">
2023-05-22 08:34:00 +00:00
<p>Server: {{ data_get($destination, 'server.name') }}</p>
<p>Destination: {{ $destination->network }}</p>
</div>
2023-04-19 10:42:15 +00:00
</div>