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

6 lines
232 B
PHP
Raw Normal View History

2023-05-18 11:26:35 +00:00
<div x-data="{ deleteApplication: false }">
<h2>Danger Zone</h2>
<x-naked-modal show="deleteApplication" />
2023-05-22 20:30:33 +00:00
<x-inputs.button x-on:click.prevent="deleteApplication = true">Delete this application</x-inputs.button>
2023-05-18 11:26:35 +00:00
</div>