Welcome,
Student Enrollment
| SR.No | Registration No | Student Name | Father Name | Mother Name | |
|---|---|---|---|---|---|
| {{$index+1}} | {{Student.RegistrationNo}} | {{Student.StudentName}} | {{Student.FatherName}} | {{Student.MotherName}} |
| SR.No | Student Name | Father Name | Enrollment No. | Course | Branch | Year Of Enrollment | |
|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{Student.Name}} | {{Student.FatherName}} | {{Student.Enrollment}} | {{Student.ProgrammeName}} | {{Student.BranchName}} | {{Student.EnrollmentYear}} |