{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@if (isset($data['student']) && $data['student']->count() > 0) @php($i=1) @foreach($data['student'] as $student) @php($i++) @endforeach @else @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 ID 1. PAN Ration Card / Voter Card ID 4 Religion Caste Mother Tongueue Email Address State Country Temp. Address Temp. State Temp. Country Home Phone Mobile Number Academic Status {{ __('common.status')}} Grand Father Name Father Name Father Eligibility Father Occupation Father Office Father Office Number Father Resident Number Father Mobile Father Email Mother Name Mother Eligibility Mother Occupation Mother Office Mother Office Number Mother Resident Number Mother Mobile Mother Email Guardian Name Guardian Eligibility Guardian Occupation Guardian Office Guardian Office Number Guardian Resident Number Guardian Mobile 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 Degree Info
{{ $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->national_id_1 }} {{ $student->national_id_2 }} {{ $student->national_id_3 }} {{ $student->national_id_4 }} {{ $student->religion }} {{ $student->caste }} {{ $student->mother_tongue }} {{ $student->email }} {{ $student->address }} {{ $student->state }} {{ $student->country }} {{ $student->temp_address }} {{ $student->temp_state }} {{ $student->temp_country }} {{ $student->home_phone }} @if(isset($student->mobile_2)) {{ $student->mobile_1.', '.$student->mobile_2}} @else {{ $student->mobile_1}} @endif {{ 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_1 }} {{ $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_1 }} {{ $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_1 }} {{ $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 }} {{ $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($degrees = $student->studentDegrees()->get()) @if($degrees && $degrees->count()>0) @foreach($degrees as $degree) @endforeach
Degree Obtain Mark Total Mark Receive Date Issue Date
{{ ViewHelper::getDegreeById($degree->degrees_id) }} {{ $degree->obtained_mark }} {{ $degree->total_marks }} {{ Carbon\Carbon::parse($degree->receive_in_college_date)->format('Y-m-d') }} {{ Carbon\Carbon::parse($degree->issue_date)->format('Y-m-d') }}
@endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}