diff --git a/src/app/views/enrolment/student/student.component.html b/src/app/views/enrolment/student/student.component.html
index 2c5d41b..17bb379 100644
--- a/src/app/views/enrolment/student/student.component.html
+++ b/src/app/views/enrolment/student/student.component.html
@@ -88,7 +88,7 @@
| {{app.batch}} |
- {{app.formId}} |
+ {{app.formId}} |
{{app.studentName}} |
{{app.fatherName}} |
{{app.course}} / {{app.univ}} |
@@ -767,4 +767,224 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
UNIV120876
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fees
+
+
+ 25800
+
+
+ 25000
+
+
+ 800
+
+
+ Partially Paid
+
+
+
+
+
+
+
+ | Fees Name |
+ Fees Amount |
+
+
+
+
+ | Admission Fees |
+
+ 800
+ |
+
+
+ | Tution Fees |
+
+ 25000
+ |
+
+
+
+
+
+
+
+
+
+
+
+ Answer BookLet
+
+
+
+
+
+ | Status |
+ Updated On |
+ Comments |
+
+
+
+
+ | Send To Sc |
+ 20-7-2018 |
+ XXXXXXX |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+ | Name |
+ Status |
+ Updated On |
+ Comments |
+
+
+
+
+ | PC |
+ Pending |
+
+ 20-8-2018
+ |
+
+ YYYY
+ |
+
+
+
+
+
+
+
+
+
+ Study Material
+
+
+
+
+
+
+ | Status |
+ Updated On |
+ Comments |
+
+
+
+
+ | Received |
+
+ 20-8-2018
+ |
+
+ YYYY
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/views/enrolment/student/student.component.ts b/src/app/views/enrolment/student/student.component.ts
index af754d7..2106bc1 100644
--- a/src/app/views/enrolment/student/student.component.ts
+++ b/src/app/views/enrolment/student/student.component.ts
@@ -1,5 +1,4 @@
import { Component, OnInit } from '@angular/core';
-import { ModalDirective } from 'ngx-bootstrap/modal';
@Component({
templateUrl: 'student.component.html',