|
@if(isset($generalSetting->logo))
|
{{isset($generalSetting->institute)?$generalSetting->institute:""}}{{isset($generalSetting->address)?$generalSetting->address:""}}, {{isset($generalSetting->phone)?$generalSetting->phone:""}}{{isset($generalSetting->salogan)?$generalSetting->salogan:""}}{{isset($generalSetting->email)?$generalSetting->email:""}}, {{isset($generalSetting->website)?$generalSetting->website:""}}Admission Application Form |
@if($data['student']->student_image != '')
|
| Sr.No: {{$data['student']->reg_no}} | Date: {{ \Carbon\Carbon::parse($data['student']->reg_date)->format('d/m/Y')}} | Class: {{ ViewHelper::getFacultyTitle( $data['student']->faculty ) }} -{{ ViewHelper::getSemesterTitle( $data['student']->semester ) }} |
| Name of Student: {{ $data['student']->first_name.' '. $data['student']->middle_name.' '.$data['student']->last_name }} | Subject Applied for: @if(isset($data['appliedSubjects']) && $data['appliedSubjects']->count() > 0) @foreach($data['appliedSubjects'] as $subject) {{ViewHelper::getSubjectById($subject->subjects_id)}} , @endforeach @endif |
| Gender: {{ $data['student']->gender }} | D.O.B.: {{ \Carbon\Carbon::parse($data['student']->date_of_birth)->format('d/m/Y')}} |
| Aaadhaar: {{ $data['student']->adhaar_id }} | SBI Collect No: {{ $data['student']->sbi_collect_no}} |
| Father's Name: {{ $data['student']->father_first_name.' '.$data['student']->father_middle_name.' '.$data['student']->father_last_name }} | Mother's Name: {{ $data['student']->mother_first_name.' '.$data['student']->mother_middle_name.' '.$data['student']->mother_last_name }} |
| Guardian Name: {{ $data['student']->guardian_first_name.' '.$data['student']->guardian_middle_name.' '.$data['student']->guardian_last_name }} | Nationality & Religion: {{ $data['student']->religion }} |
| Permanent Mobile No: {{ $data['student']->sbi_collect_no}} | State: {{ $data['student']->state}} |
| Caste: {{ $data['student']->caste}} | Special Category: {{ $data['student']->special_category}} |
| University URN: {{ $data['student']->university_reg}} | Registration Fee Detail: {{ $data['student']->reg_fee}} |
| Permanent Address: {{ $data['student']->address}} | Weightage Clam for Admission: {{ $data['student']->weightage_claim}} |
@if (isset($data['academicInfos']) && $data['academicInfos']->count() > 0)
@endif
EDUCATIONAL QUALIFICATIONS
| Exam | Board/University | Year | Subjects | Marks Obtained | Marks Maximum | Percentage |
| {{ $academicInfo->board }} | {{ $academicInfo->institution }} | {{ $academicInfo->pass_year }} | {{ $academicInfo->major_subjects }} | {{ $academicInfo->mark_obtained }} | {{ $academicInfo->maximum_mark }} | {{ $academicInfo->percentage }} |
Declaration
I declare that I have gone through the rules of College and University and I have met the eligibility criteria for admission. The information given in this form is true and correct to the best of my knowledge. No disciplinary action or court case or use of unfair means in exams has been reported against me. My application is liable to get cancelled if my application is found to contain incorrect / false information. I, further declare that I shall abide by the rules & regulations of the college.| Date:............................. | |
| Signature of Father/Mother/Guardian:............................. | Signature of Candidate:............................. |
List of Annexures :
@if(isset($data['annexure']) && $data['annexure']->count() >0)
@foreach($data['annexure'] as $annexure)
{{ ViewHelper::getAnnextureById($annexure->annexures_id)}}
@endforeach
@endif