@if ($errors->has('academic_year'))
{{ $errors->first('academic_year') }}
@endif
@if ($errors->has('year'))
{{ $errors->first('year') }}
@endif
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif