mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
init
This commit is contained in:
9
resources/views/livewire/sites/delete-site.blade.php
Normal file
9
resources/views/livewire/sites/delete-site.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<div x-data="">
|
||||
<x-danger-button x-on:click="$dispatch('open-modal', 'delete-site')">{{ __("Delete Site") }}</x-danger-button>
|
||||
<x-confirm-modal
|
||||
name="delete-site"
|
||||
:title="__('Confirm')"
|
||||
:description="__('Are you sure that you want to delete this site?')"
|
||||
method="delete"
|
||||
/>
|
||||
</div>
|
Reference in New Issue
Block a user