@extends('layouts.app') @section('title','Students') @section('pages')
@csrf @method('patch')
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
Additional Information

@if ($errors->has('father_name')) {{ $errors->first('father_name') }} @endif
@if ($errors->has('mother_name')) {{ $errors->first('mother_name') }} @endif
@if ($errors->has('gaurdian_name')) {{ $errors->first('gaurdian_name') }} @endif
@if ($errors->has('date_of_adminssion')) {{ $errors->first('date_of_adminssion') }} @endif
@if ($errors->has('academic_year')) {{ $errors->first('academic_year') }} @endif
@if ($errors->has('language')) {{ $errors->first('language') }} @endif
@if ($errors->has('merital_status')) {{ $errors->first('merital_status') }} @endif
@endsection @section('js') @endsection