| Name | Size | Mode | Actions |
|---|---|---|---|
| absentee.blade.php | 1443 | 0644 | editdlrm |
| admission.blade.php | 11145 | 0644 | editdlrm |
| default-transfer-certificate.blade.php | 2456 | 0644 | editdlrm |
| fee-receipt.blade.php | 8606 | 0644 | editdlrm |
| fee.blade.php | 2486 | 0644 | editdlrm |
| id-card.blade.php | 3480 | 0644 | editdlrm |
| parent.blade.php | 1227 | 0644 | editdlrm |
| promotion.blade.php | 1820 | 0644 | editdlrm |
| registration-fee-receipt.blade.php | 2966 | 0644 | editdlrm |
| registration.blade.php | 2011 | 0644 | editdlrm |
| termination.blade.php | 1538 | 0644 | editdlrm |
| transfer-certificate.blade.php | 105 | 0644 | editdlrm |
/home/techb158/ileadtechnology.com/SSM/resources/views/print/student/admission.blade.php (11145B)
| {{trans('student.admission_number_short')}} | @endif @if(isColumnVisible('roll_number', $filter)){{trans('student.roll_number')}} | @endif{{trans('student.first_name')}} | @if(isColumnVisible('middle_name', $filter)){{trans('student.middle_name')}} | @endif{{trans('student.last_name')}} | @if(isColumnVisible('gender', $filter)){{trans('student.gender')}} | @endif @if(isColumnVisible('father_name', $filter)){{trans('student.father_name')}} | @endif @if(isColumnVisible('mother_name', $filter)){{trans('student.mother_name')}} | @endif @if(isColumnVisible('date_of_birth', $filter)){{trans('student.date_of_birth')}} | @endif @if(isColumnVisible('date_of_admission', $filter)){{trans('student.date_of_admission')}} | @endif @if(isColumnVisible('date_of_promotion', $filter)){{trans('student.date_of_promotion')}} | @endif @if(isColumnVisible('contact_number', $filter)){{trans('student.contact_number')}} | @endif{{trans('academic.course')}} | {{trans('academic.batch')}} | @if(isColumnVisible('nationality', $filter)){{trans('student.nationality')}} | @endif @if(isColumnVisible('blood_group', $filter)){{trans('misc.blood_group')}} | @endif @if(isColumnVisible('religion', $filter)){{trans('misc.religion')}} | @endif @if(isColumnVisible('caste', $filter)){{trans('misc.caste')}} | @endif @if(isColumnVisible('category', $filter)){{trans('misc.category')}} | @endif @if(isColumnVisible('unique_identification_number', $filter)){{trans('student.unique_identification_number')}} | @endif @if(isColumnVisible('first_guardian_contact_number_1', $filter)){{trans('student.first_guardian_contact_number_1')}} | @endif @if(isColumnVisible('second_guardian_contact_number_1', $filter)){{trans('student.second_guardian_contact_number_1')}} | @endif @if(isColumnVisible('emergency_contact_name', $filter)){{trans('student.emergency_contact_name')}} | @endif @if(isColumnVisible('emergency_contact_number', $filter)){{trans('student.emergency_contact_number')}} | @endif @if(isColumnVisible('present_address', $filter)){{trans('student.present_address')}} | @endif @if(isColumnVisible('permanent_address', $filter)){{trans('student.permanent_address')}} | @endif|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$student_record->admission->admission_number}} | @endif @if(isColumnVisible('roll_number', $filter)){{getRollNumber($student_record)}} | @endif{{$student_record->student->first_name}} | @if(isColumnVisible('middle_name', $filter)){{$student_record->student->middle_name}} | @endif{{$student_record->student->last_name}} | @if(isColumnVisible('gender', $filter)){{trans('list.'.$student_record->student->gender)}} | @endif @if(isColumnVisible('father_name', $filter)){{optional($student_record->student->parent)->father_name}} | @endif @if(isColumnVisible('mother_name', $filter)){{optional($student_record->student->parent)->mother_name}} | @endif @if(isColumnVisible('date_of_birth', $filter)){{showDate($student_record->student->date_of_birth)}} | @endif @if(isColumnVisible('date_of_admission', $filter)){{$student_record->admission->date_of_admission}} | @endif @if(isColumnVisible('date_of_promotion', $filter)){{$student_record->date_of_entry}} | @endif @if(isColumnVisible('contact_number', $filter)){{$student_record->student->contact_number}} | @endif{{$student_record->batch->course->name}} | {{$student_record->batch->name}} | @if(isColumnVisible('nationality', $filter)){{$student_record->student->nationality}} | @endif @if(isColumnVisible('blood_group', $filter)){{$student_record->student->bloodGroup ? $student_record->student->bloodGroup->name : ''}} | @endif @if(isColumnVisible('religion', $filter)){{$student_record->student->religion ? $student_record->student->religion->name : ''}} | @endif @if(isColumnVisible('caste', $filter)){{$student_record->student->caste ? $student_record->student->caste->name : ''}} | @endif @if(isColumnVisible('category', $filter)){{$student_record->student->category ? $student_record->student->category->name : ''}} | @endif @if(isColumnVisible('unique_identification_number', $filter)){{$student_record->student->unique_identification_number}} | @endif @if(isColumnVisible('first_guardian_contact_number_1', $filter)){{$student_record->student->parent->first_guardian_contact_number_1}} | @endif @if(isColumnVisible('second_guardian_contact_number_1', $filter)){{$student_record->student->parent->second_guardian_contact_number_1}} | @endif @if(isColumnVisible('emergency_contact_name', $filter)){{$student_record->student->emergency_contact_name}} | @endif @if(isColumnVisible('emergency_contact_number', $filter)){{$student_record->student->emergency_contact_number}} | @endif @if(isColumnVisible('present_address', $filter))
{{$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 |
@endif
@if(isColumnVisible('permanent_address', $filter))
@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 |
@endif