| Course name |
{{ $errors->first('course_name') }}
|
| Country name |
{{ $errors->first('course_country_id') }}
|
| Select university |
{{ $errors->first('course_university_id') }}
|
| Select subject |
{{ $errors->first('course_subject_id') }}
|
| Select level |
{{ $errors->first('course_level_id') }}
|
| Course desc |
{{ $errors->first('course_desc') }}
|
| Course intake |
{{ $errors->first('course_intake') }}
|
| Course duration |
{{ $errors->first('course_duration') }}
|
| Course semister |
{{ $errors->first('course_semister') }}
|
| Course tution fee |
{{ $errors->first('course_tutionfee') }}
|
| Course eligibility |
{{ $errors->first('course_eligibility') }}
|
| Course ielts |
{{ $errors->first('course_ielts') }}
|
| Course tofel |
{{ $errors->first('tofel') }}
|
| Course pte |
{{ $errors->first('pte') }}
|
| Course brochure |
{{ $errors->first('course_brochure') }}
|
| Course scholarship |
{{ $errors->first('course_scholarship') }}
|
| Course Link |
{{ $errors->first('course_link') }}
|
| Course status |
{{ $errors->first('course_status') }}
|
|
|