@extends('layouts.default') @section('title','新增学期') @section('content')
@include('shared._messages') @include('shared._errors')
{{ csrf_field() }}
学期名称*
如: 2019 Fall, 2020 Summer 1 ...
学期开始日期*
学期结束日期*
  返回老师信息管理
@stop