/home/techb158/ileadtechnology.com/SSM/resources/views/print/student
NameSizeModeActions
absentee.blade.php14430644editdlrm
admission.blade.php111450644editdlrm
default-transfer-certificate.blade.php24560644editdlrm
fee-receipt.blade.php86060644editdlrm
fee.blade.php24860644editdlrm
id-card.blade.php34800644editdlrm
parent.blade.php12270644editdlrm
promotion.blade.php18200644editdlrm
registration-fee-receipt.blade.php29660644editdlrm
registration.blade.php20110644editdlrm
termination.blade.php15380644editdlrm
transfer-certificate.blade.php1050644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/student/admission.blade.php (11145B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('student.student_list').' '.trans('general.total_result_count',['count' => count($student_records)])}}

@if(isColumnVisible('admission_number', $filter)) @endif @if(isColumnVisible('roll_number', $filter)) @endif @if(isColumnVisible('middle_name', $filter)) @endif @if(isColumnVisible('gender', $filter)) @endif @if(isColumnVisible('father_name', $filter)) @endif @if(isColumnVisible('mother_name', $filter)) @endif @if(isColumnVisible('date_of_birth', $filter)) @endif @if(isColumnVisible('date_of_admission', $filter)) @endif @if(isColumnVisible('date_of_promotion', $filter)) @endif @if(isColumnVisible('contact_number', $filter)) @endif @if(isColumnVisible('nationality', $filter)) @endif @if(isColumnVisible('blood_group', $filter)) @endif @if(isColumnVisible('religion', $filter)) @endif @if(isColumnVisible('caste', $filter)) @endif @if(isColumnVisible('category', $filter)) @endif @if(isColumnVisible('unique_identification_number', $filter)) @endif @if(isColumnVisible('first_guardian_contact_number_1', $filter)) @endif @if(isColumnVisible('second_guardian_contact_number_1', $filter)) @endif @if(isColumnVisible('emergency_contact_name', $filter)) @endif @if(isColumnVisible('emergency_contact_number', $filter)) @endif @if(isColumnVisible('present_address', $filter)) @endif @if(isColumnVisible('permanent_address', $filter)) @endif @foreach($student_records as $student_record) @if(isColumnVisible('admission_number', $filter)) @endif @if(isColumnVisible('roll_number', $filter)) @endif @if(isColumnVisible('middle_name', $filter)) @endif @if(isColumnVisible('gender', $filter)) @endif @if(isColumnVisible('father_name', $filter)) @endif @if(isColumnVisible('mother_name', $filter)) @endif @if(isColumnVisible('date_of_birth', $filter)) @endif @if(isColumnVisible('date_of_admission', $filter)) @endif @if(isColumnVisible('date_of_promotion', $filter)) @endif @if(isColumnVisible('contact_number', $filter)) @endif @if(isColumnVisible('nationality', $filter)) @endif @if(isColumnVisible('blood_group', $filter)) @endif @if(isColumnVisible('religion', $filter)) @endif @if(isColumnVisible('caste', $filter)) @endif @if(isColumnVisible('category', $filter)) @endif @if(isColumnVisible('unique_identification_number', $filter)) @endif @if(isColumnVisible('first_guardian_contact_number_1', $filter)) @endif @if(isColumnVisible('second_guardian_contact_number_1', $filter)) @endif @if(isColumnVisible('emergency_contact_name', $filter)) @endif @if(isColumnVisible('emergency_contact_number', $filter)) @endif @if(isColumnVisible('present_address', $filter)) @endif @if(isColumnVisible('permanent_address', $filter)) @endif @endforeach
{{trans('student.admission_number_short')}}{{trans('student.roll_number')}}{{trans('student.first_name')}}{{trans('student.middle_name')}}{{trans('student.last_name')}}{{trans('student.gender')}}{{trans('student.father_name')}}{{trans('student.mother_name')}}{{trans('student.date_of_birth')}}{{trans('student.date_of_admission')}}{{trans('student.date_of_promotion')}}{{trans('student.contact_number')}}{{trans('academic.course')}} {{trans('academic.batch')}}{{trans('student.nationality')}}{{trans('misc.blood_group')}}{{trans('misc.religion')}}{{trans('misc.caste')}}{{trans('misc.category')}}{{trans('student.unique_identification_number')}}{{trans('student.first_guardian_contact_number_1')}}{{trans('student.second_guardian_contact_number_1')}}{{trans('student.emergency_contact_name')}}{{trans('student.emergency_contact_number')}}{{trans('student.present_address')}}{{trans('student.permanent_address')}}
{{$student_record->admission->admission_number}}{{getRollNumber($student_record)}}{{$student_record->student->first_name}}{{$student_record->student->middle_name}}{{$student_record->student->last_name}}{{trans('list.'.$student_record->student->gender)}}{{optional($student_record->student->parent)->father_name}}{{optional($student_record->student->parent)->mother_name}}{{showDate($student_record->student->date_of_birth)}}{{$student_record->admission->date_of_admission}} {{$student_record->date_of_entry}} {{$student_record->student->contact_number}}{{$student_record->batch->course->name}} {{$student_record->batch->name}}{{$student_record->student->nationality}}{{$student_record->student->bloodGroup ? $student_record->student->bloodGroup->name : ''}}{{$student_record->student->religion ? $student_record->student->religion->name : ''}}{{$student_record->student->caste ? $student_record->student->caste->name : ''}}{{$student_record->student->category ? $student_record->student->category->name : ''}}{{$student_record->student->unique_identification_number}}{{$student_record->student->parent->first_guardian_contact_number_1}}{{$student_record->student->parent->second_guardian_contact_number_1}}{{$student_record->student->emergency_contact_name}}{{$student_record->student->emergency_contact_number}} {{$student_record->student->present_address_line_1}} @if($student_record->student->present_address_line_2) , {{$student_record->student->present_address_line_2}} @endif @if($student_record->student->present_city)
{{$student_record->student->present_city}}
@endif @if($student_record->student->present_state) , {{$student_record->student->present_state}} @endif @if($student_record->student->present_zipcode) , {{$student_record->student->present_zipcode}} @endif @if($student_record->student->present_country)
{{$student_record->student->present_country}}
@endif
@if($student_record->student->same_as_present_address) {{trans('student.same_as_present_address')}} @else {{$student_record->student->permanent_address_line_1}} @if($student_record->student->permanent_address_line_2) , {{$student_record->student->permanent_address_line_2}} @endif @if($student_record->student->permanent_city)
{{$student_record->student->permanent_city}}
@endif @if($student_record->student->permanent_state) , {{$student_record->student->permanent_state}} @endif @if($student_record->student->permanent_zipcode) , {{$student_record->student->permanent_zipcode}} @endif @if($student_record->student->permanent_country)
{{$student_record->student->permanent_country}}
@endif @endif
@include('print.print-layout.footer')