@extends('layouts.default') @section('title','新增课程') @section('content')
@include('shared._messages') @include('shared._errors')
{{ csrf_field() }}
课程名称*
课程时间   至  
@if (stristr($term->term_name,'Summer')) @else @endif
教室*
上课学期*
上课老师
  返回课程管理
@stop