coolify/resources/views/livewire/project/delete-project.blade.php

4 lines
197 B
PHP
Raw Normal View History

2024-03-20 12:54:06 +01:00
<x-modal-confirmation isErrorButton buttonTitle="Delete Project" disabled="{{ $disabled }}">
2024-01-31 14:18:59 +01:00
This project will be deleted. It is not reversible. <br>Please think again.
2024-03-20 12:54:06 +01:00
</x-modal-confirmation>