@extends('layouts.main') @section('content')
Create Server
@csrf
@error('name')
Please fill out this field.
@enderror
@error('description')
Please fill out this field.
@enderror
@error('node_id')
Please fill out this field.
@enderror
@error('egg_id')
Please fill out this field.
@enderror
@error('product_id')
Please fill out this field.
@enderror
@endsection