@extends('layouts.app') @section('title')编辑单位@endsection @section('content')
@csrf @method('PUT')
@error('Unit.name') {{ $message }} @enderror
@endsection