@extends('layouts.admin') @section('title') Server — {{ $server->name }}: Delete @endsection @section('content-header')

{{ $server->name }}Delete this server from the panel.

@endsection @section('content') @include('admin.servers.partials.navigation')

Safely Delete Server

This action will attempt to delete the server from both the panel and daemon. If either one reports an error the action will be cancelled.

Deleting a server is an irreversible action. All server data (including files and users) will be removed from the system.

Force Delete Server

This action will attempt to delete the server from both the panel and daemon. If the daemon does not respond, or reports an error the deletion will continue.

Deleting a server is an irreversible action. All server data (including files and users) will be removed from the system. This method may leave dangling files on your daemon if it reports an error.

@endsection @section('footer-scripts') @parent @endsection