@extends('layouts.master') @section('css') @include('print.certificate.common.css') @endsection @section('content')
Print

REMARKS OF ADMISSION COMMITTEE


1. ...................................................................................................................................................................................
2. SUBJECT:  @if(isset($data['appliedSubjects']) && $data['appliedSubjects']->count() > 0) @foreach($data['appliedSubjects'] as $subject) {{ViewHelper::getSubjectById($subject->subjects_id)}} , @endforeach @endif
Date: .........................................         SIGNATURE OF ADMISSION COMMITTEE HEAD: .........................................

FOR OFFICE USE


ADMISSION NO: 
AMOUNT OF ADMISSION FEES: 
SBI COLLECT NO: 
DATE: 
SIGNATURE OF ADMISSION COMMITTEE HEAD: 

FEE DEPOSIT SLIP


COLLEGE REGISTRATION NO: {{$data['student']->reg_no}}
NAME OF STUDENT: {{ $data['student']->first_name.' '.$data['student']->middle_name.' '.$data['student']->last_name }}
FATHER NAME:{{ $data['student']->father_first_name.' '.$data['student']->father_middle_name.' '.$data['student']->father_last_name }}
CLASS:{{ ViewHelper::getFacultyTitle( $data['student']->faculty ) }} -{{ ViewHelper::getSemesterTitle( $data['student']->semester ) }}
DATE:
SIGNATURE OF ADMISSION COMMITTEE HEAD:

REGISTRATION RECEIPT


COLLEGE REGISTRATION NO: {{$data['student']->reg_no}}
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 }}
FATHER NAME:{{ $data['student']->father_first_name.' '.$data['student']->father_middle_name.' '.$data['student']->father_last_name }}
REGISTRATION FEE AMOUNT RS. : {{ $data['student']->reg_fee }}
DATE:
SIGNATURE OF RECEIVER:
@if(isset($generalSetting->logo)) @endif

{{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 {{ViewHelper::getStudentBatchById($data['student']->batch)}}


@if($data['student']->student_image != '') {{ $data['student']->title }} @else {{ $data['student']->title }} @endif @if($data['student']->student_signature != '') {{ $data['student']->title }} @else @endif
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: {{ $data['student']->first_name.' '. $data['student']->middle_name.' '.$data['student']->last_name }} Subject:  @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')}}
Reg.Fee: {{ $data['student']->reg_fee }} SBI Collect No: {{ $data['student']->sbi_collect_no}}
Payment Date: {{ \Carbon\Carbon::parse($data['student']->payment_date)->format('d/m/Y')}} Aaadhaar: {{ $data['student']->national_id_1 }}
Student Mobile No: {{ $data['student']->mobile_1 }} Nationality & Religion: {{ $data['student']->religion}}
URN: {{ $data['student']->university_reg }} Enrollment No: {{ $data['student']->university_enrollment_no}}
Caste: {{ $data['student']->caste}} Special Category: {{ $data['student']->special_category}}
Weightage Clam for Admission: {{ $data['student']->weightage_claim}} Domicile (State): {{ $data['student']->state}}
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 }} Mobile: {{ $data['student']->guardian_mobile_1 }}
Permanent Address: {{ $data['student']->address}} Temporary Address: {{ $data['student']->temp_address}}
@if (isset($data['academicInfos']) && $data['academicInfos']->count() > 0)

EDUCATIONAL QUALIFICATIONS

@foreach($data['academicInfos'] as $academicInfo) @endforeach
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 }} {{ number_format($academicInfo->percentage,2) }}
@endif

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
@endsection @section('js') @include('includes.scripts.print_script') @endsection