@extends('layouts.admin') @section('title', '主机:' . $host->name) @section('content')

{{ $host->name }}

{{-- 修改主机 --}}
@csrf @method('PATCH')
留空以使用默认价格

@csrf

@csrf @method('DELETE')
@endsection