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

4 lines
85 B
PHP
Raw Normal View History

2023-05-02 12:47:52 +02:00
<x-layout>
2023-05-04 11:14:37 +02:00
<livewire:destination.form :destination="$destination" />
2023-05-02 12:47:52 +02:00
</x-layout>