@extends('layouts.admin') @section('title', 'Add Server') @section('content')
Back

Add Server

@csrf @include('admin.servers._form')
Cancel
@endsection