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

14 lines
499 B
PHP
Raw Normal View History

2024-08-30 18:00:04 +00:00
<x-modal-confirmation
title="Confirm Project Deletion?"
buttonTitle="Delete Project"
isErrorButton
action="delete_project"
:actions="['This will delete the selected project.']"
confirmationLabel="Please confirm the execution of the actions by entering the Project Name below"
shortConfirmationLabel="Project Name"
submitAction="delete_project"
buttonTitle="Delete Project"
confirmText="{{ $projectName }}"
step3ButtonText="Permanently Delete Project"
/>