@extends('layouts.backend') @section('title', $server->name) @section('page_script') @endsection @section('page_header')

{{ $server->name }}

@endsection @section('content')
{{ csrf_field() }} @include('admin.bounce_handlers._form') @endsection