@extends('admin.layout') @section('header') @endsection @section('content')
{{ '添加' . $model_name }}
{{ csrf_field() }}
@if($errors->has('number')) {{ $errors->first('number') }} @endif
@if($errors->has('course_id')) {{ $errors->first('course_id') }} @endif
@if($errors->has('apply_date')) {{ $errors->first('apply_date') }} @endif
@if($errors->has('duration')) {{ $errors->first('duration') }} @endif
@foreach($teachers as $teacher) @endforeach
@endsection @section('footer') @endsection