@extends('layouts.app') @section('content')

Term

@if ($errors->any())

@endif
{{csrf_field()}}
{{ $errors->first('term') }}
{{ $errors->first('description') }}
{{ $errors->first('termdays') }}
Back
@endsection @section('footerjs') @endsection