@if (isset($students) && $students->count() > 0) @php($i=1) @foreach($students as $student) @php($i++) @endforeach @endif
{{ __('common.s_n')}} {{__('form_fields.student.fields.faculty')}} {{__('form_fields.student.fields.semester')}} Reg. Num. Reg. Date University Reg. {{__('form_fields.student.fields.name_of_student')}} Date Of Birth Gender Blood Group Nationality Mother Tongue Email Address State Country Temp. Address Temp. State Temp. Country Home Phone Mobile 1 Mobile 2 Academic Status {{ __('common.status')}} Grand Father Name Father Name Father Eligibility Father Occupation Father Office Father Office Number Father Resident Number Father Mobile 1 Father Mobile 2 Father Email Mother Name Mother Eligibility Mother Occupation Mother Office Mother Office Number Mother Resident Number Mother Mobile 1 Mother Mobile 2 Mother Email Guardian Name Guardian Eligibility Guardian Occupation Guardian Office Guardian Office Number Guardian Resident Number Guardian Mobile 1 Guardian Mobile 2 Guardian Email Guardian Relation Guardian Address ExtraInfo Total Fee Per Year Bank Name Bank Code Bank Account Number Admission Portal Login ID Admission Portal Login Password Scholarship Scholarship Application ID Scholarship User Name Scholarship Password Placement Company Placement Date Placement Salary Placement Location Placement Designation
{{ $i }} {{ ViewHelper::getFacultyTitle( $student->faculty ) }} {{ ViewHelper::getSemesterTitle( $student->semester ) }} {{ $student->reg_no }} {{ \Carbon\Carbon::parse($student->reg_date)->format('Y-m-d')}} {{ $student->university_reg }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{ \Carbon\Carbon::parse($student->date_of_birth)->format('Y-m-d')}} {{ $student->gender }} {{ $student->blood_group }} {{ $student->nationality }} {{ $student->mother_tongue }} {{ $student->email }} {{ $student->address }} {{ $student->state }} {{ $student->country }} {{ $student->temp_address }} {{ $student->temp_state }} {{ $student->temp_country }} {{ $student->home_phone }} {{ $student->mobile_1}} {{ $student->mobile_2}} {{ ViewHelper::getStudentAcademicStatusId($student->academic_status) }} {{ $student->status=="active"?"Active":"In-Active" }} {{ $student->grandfather_first_name.' '.$student->grandfather_middle_name.' '. $student->grandfather_last_name }} {{ $student->father_first_name.' '.$student->father_middle_name.' '. $student->father_last_name }} {{ $student->father_eligibility }} {{ $student->father_occupation }} {{ $student->father_office }} {{ $student->father_office_number }} {{ $student->father_residence_number }} {{ $student->father_mobile_1 }} {{ $student->father_mobile_2 }} {{ $student->father_email }} {{ $student->mother_first_name.' '.$student->mother_middle_name.' '. $student->mother_last_name }} {{ $student->mother_eligibility }} {{ $student->mother_occupation }} {{ $student->mother_office }} {{ $student->mother_office_number }} {{ $student->mother_residence_number }} {{ $student->mother_mobile_1 }} {{ $student->mother_mobile_2 }} {{ $student->mother_email }} {{ $student->guardian_first_name.' '.$student->guardian_middle_name.' '. $student->guardian_last_name }} {{ $student->guardian_eligibility }} {{ $student->guardian_occupation }} {{ $student->guardian_office }} {{ $student->guardian_office_number }} {{ $student->guardian_residence_number }} {{ $student->guardian_mobile_1 }} {{ $student->guardian_mobile_2 }} {{ $student->guardian_email }} {{ $student->guardian_relation }} {{ $student->guardian_address }} {{ $student->extra_info }} {{ $student->total_fee_per_year }} {{ $student->bank_name }} {{ $student->bank_code }} {{ $student->bank_account_number }} {{ $student->admission_portal_login_id }} {{ $student->admission_portal_login_password }} {{ ViewHelper::getScholarshipById($student->scholarships_id) }} {{ $student->scholarship_application_id }} {{ $student->scholarship_user_name }} {{ $student->scholarship_password }} {{ ViewHelper::getPlacementCompanyById($student->placements_id) }} {{ $student->placement_date }} {{ $student->placement_salary }} {{ $student->placement_location }} {{ $student->placement_designation }}