{{ $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
S.N. Faculty/Class Sem. Reg. Num. Reg. Date University Reg. Student Name Date Of Birth Gender Blood Group Nationality Mother Tongueue Email Address State Country Temp. Address Temp. State Temp. Country Home Phone Mobile Number Academic Status 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
{{ $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 }} @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 }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}