@if ($errors->has('academic_year'))
{{ $errors->first('academic_year') }}
@endif
@if ($errors->has('year'))
{{ $errors->first('year') }}
@endif
@if ($errors->has('department'))
{{ $errors->first('department') }}
@endif
@if ($errors->has('course'))
{{ $errors->first('course') }}
@endif
@if ($errors->has('subject'))
{{ $errors->first('subject') }}
@endif