mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
init
This commit is contained in:
14
resources/views/sites/settings.blade.php
Normal file
14
resources/views/sites/settings.blade.php
Normal file
@ -0,0 +1,14 @@
|
||||
<x-site-layout :site="$site">
|
||||
<x-slot name="pageTitle">{{ __("Settings") }}</x-slot>
|
||||
|
||||
<livewire:sites.change-php-version :site="$site"/>
|
||||
|
||||
<x-card>
|
||||
<x-slot name="title">{{ __("Delete Site") }}</x-slot>
|
||||
<x-slot name="description">{{ __("Permanently delete the site from server") }}</x-slot>
|
||||
<p>{{ __("Once your site is deleted, all of its files will be deleted from the server.") }}</p>
|
||||
<div class="mt-5">
|
||||
<livewire:sites.delete-site :site="$site"/>
|
||||
</div>
|
||||
</x-card>
|
||||
</x-site-layout>
|
Reference in New Issue
Block a user