coolify/resources/views/destination/show.blade.php

5 lines
120 B
PHP
Raw Normal View History

2023-05-02 10:47:52 +00:00
<x-layout>
<h1>Destination</h1>
2023-05-04 08:45:09 +00:00
<livewire:destination.form :destination_uuid="$destination_uuid" />
2023-05-02 10:47:52 +00:00
</x-layout>