@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 will attempt to remove the server from the associated node and remove data linked to it.

Forcibly Delete Server

This will remove all server data from the Panel regardless of whether Wings is able to delete the server from the system.

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