| {{ $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 }} |
@php($i++)
@endforeach
@endif