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

{{ $server->name }}Edit details for this server including owner and container.

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

Base Information

Character limits: a-zA-Z0-9_- and [Space].

Leave empty to not assign an external identifier for this server. The external ID should be unique to this server and not be in use by any other servers.

You can change the owner of this server by changing this field to an email matching another use on this system. If you do this a new daemon security token will be generated automatically.

A brief description of this server.

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