@extends('layouts.app') @section('title')新建单位@endsection @section('content')
@csrf
@error('Unit.name') {{ $message }} @enderror
@endsection