Student Details
@if ($errors->has('admission_no'))
{{ $errors->first('admission_no') }}
@endif
@if ($errors->has('student_name'))
{{ $errors->first('student_name') }}
@endif
@if ($errors->has('dob'))
{{ $errors->first('dob') }}
@endif
@if ($errors->has('caste'))
{{ $errors->first('caste') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('blood_group'))
{{ $errors->first('blood_group') }}
@endif
@if ($errors->has('house'))
{{ $errors->first('house') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif