{{ $errors->first('courseBase.title') }}
{{ trans('cruds.courseBase.fields.title_helper') }}
{{ $errors->first('courseBase.description') }}
{{ trans('cruds.courseBase.fields.description_helper') }}
{{ $errors->first('courseBase.duration_text') }}
{{ trans('cruds.courseBase.fields.duration_text_helper') }}
{{ $errors->first('courseBase.duration') }}
{{ trans('cruds.courseBase.fields.duration_helper') }}
{{ $errors->first('courseBase.course_id_gen') }}
{{ trans('cruds.courseBase.fields.course_id_gen_helper') }}
{{ trans('global.cancel') }}