11 lines
		
	
	
		
			492 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			492 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <div x-data="{ deleteApplication: false }">
 | |
|     <h2>Danger Zone</h2>
 | |
|     <div class="text-sm">Woah. I hope you know what are you doing.</div>
 | |
|     <h3 class="pt-4">Delete Application</h3>
 | |
|     <div class="pb-4 text-sm">This will stop your containers, delete all related data, etc. Beware! There is no coming
 | |
|         back!
 | |
|     </div>
 | |
|     <x-naked-modal show="deleteApplication" />
 | |
|     <x-forms.button x-on:click.prevent="deleteApplication = true">Yes, please, delete it.</x-forms.button>
 | |
| </div>
 | 
