Edit  |  Print
@if($data['student']->student_image != '') {{ $data['student']->title }} @else {{ $data['student']->title }} @endif @if($data['student']->student_signature != '') {{ $data['student']->title }} @else @endif
{{----}}
{{--
1,411
Views
32
Followers
4
Projects
23
Reviews
7
Albums
55
Contacts
--}}
{{ $data['student']->first_name.' '. $data['student']->middle_name.' '.$data['student']->last_name }}
Permanent Address
@if($data['student']->address !="")
Address :
{{ $data['student']->address }}
@endif
@if($data['student']->state !="")
State :
{{ $data['student']->state }}
@endif @if($data['student']->country !="")
Country :
{{ $data['student']->country }}
@endif
Temporary Address
@if($data['student']->temp_address !="")
Address :
{{ $data['student']->temp_address }}
@endif
@if($data['student']->temp_state !="")
State :
{{ $data['student']->temp_state }}
@endif @if($data['student']->temp_country !="")
Country :
{{ $data['student']->temp_country }}
@endif
Parential Info
@if($data['student']->grandfather_first_name !="")
Grand Father :
{{ $data['student']->grandfather_first_name.' '.$data['student']->grandfather_middle_name.' '.$data['student']->grandfather_last_name }}
@endif
@if($data['student']->father_first_name !="")
Father Name :
{{ $data['student']->father_first_name.' '.$data['student']->father_middle_name.' '.$data['student']->father_last_name }}
@endif @if($data['student']->father_eligibility !="")
Eligibility :
{{ $data['student']->father_eligibility }}
@endif @if($data['student']->father_occupation !="")
Occupation :
{{ $data['student']->father_occupation }}
@endif
@if($data['student']->father_office !="")
Office :
{{ $data['student']->father_office }}
@endif @if($data['student']->father_office_number !="")
Office Num. :
{{ $data['student']->father_office_number }}
@endif @if($data['student']->father_residence_number !="")
Residence :
{{ $data['student']->father_residence_number }}
@endif
@if($data['student']->father_mobile_1 !="")
Mobile 1 :
{{ $data['student']->father_mobile_1 }}
@endif @if($data['student']->father_mobile_2 !="")
Mobile 2 :
{{ $data['student']->father_mobile_2 }}
@endif @if($data['student']->father_email !="")
E-mail :
{{ $data['student']->father_email }}
@endif
@if($data['student']->mother_first_name !="")
Mother Name :
{{ $data['student']->mother_first_name.' '.$data['student']->mother_middle_name.' '.$data['student']->mother_last_name }}
@endif @if($data['student']->mother_eligibility !="")
Eligibility :
{{ $data['student']->mother_eligibility }}
@endif @if($data['student']->mother_occupation !="")
Occupation :
{{ $data['student']->mother_occupation }}
@endif
@if($data['student']->mother_office !="")
Office :
{{ $data['student']->mother_office }}
@endif @if($data['student']->mother_office_number !="")
Office Num. :
{{ $data['student']->mother_office_number }}
@endif @if($data['student']->mother_residence_number !="")
Residence :
{{ $data['student']->mother_residence_number }}
@endif
@if($data['student']->mother_mobile_1 !="")
Mobile 1 :
{{ $data['student']->mother_mobile_1 }}
@endif @if($data['student']->mother_mobile_2 !="")
Mobile 2 :
{{ $data['student']->mother_mobile_2 }}
@endif @if($data['student']->mother_email !="")
E-mail :
{{ $data['student']->mother_email }}
@endif
Guardian Info
@if($data['student']->guardian_first_name !="")
Guardian Name :
{{ $data['student']->guardian_first_name.' '.$data['student']->guardian_middle_name.' '.$data['student']->guardian_last_name }}
@endif @if($data['student']->guardian_eligibility !="")
Eligibility :
{{ $data['student']->guardian_eligibility }}
@endif @if($data['student']->guardian_occupation !="")
Occupation :
{{ $data['student']->guardian_occupation }}
@endif
@if($data['student']->guardian_office !="")
Office :
{{ $data['student']->guardian_office }}
@endif @if($data['student']->guardian_office_number !="")
Office Num. :
{{ $data['student']->guardian_office_number }}
@endif @if($data['student']->guardian_residence_number !="")
Residence :
{{ $data['student']->guardian_residence_number }}
@endif
@if($data['student']->guardian_mobile_1 !="")
Mobile 1 :
{{ $data['student']->guardian_mobile_1 }}
@endif @if($data['student']->guardian_mobile_2 !="")
Mobile 2 :
{{ $data['student']->guardian_mobile_2 }}
@endif @if($data['student']->guardian_email !="")
E-mail :
{{ $data['student']->guardian_email }}
@endif
@if($data['student']->guardian_relation !="")
Relation :
{{ $data['student']->guardian_relation }}
@endif @if($data['student']->guardian_address !="")
Address :
{{ $data['student']->guardian_address }}
@endif
@if (isset($data['academicInfos']) && $data['academicInfos']->count() > 0)

ACADEMIC QUALIFICATIONS

@php($i=1) @foreach($data['academicInfos'] as $academicInfo) @php($i++) @endforeach
S.N. EXAMINATION PASSED NAME OF COLLEGE/SCHOOL NAME OF BOARD/UNIVERSITY YEAR OF PASS PERCENTAGE/GRADE OF MARK
{{$i}} {{ $academicInfo->examination }} {{ $academicInfo->institution }} {{ $academicInfo->board_university }} {{ $academicInfo->year_of_pass }} {{ $academicInfo->percentage_grade }}
@endif
@if($data['student']->reg_no != '') {!! QrCode::size(200)->generate($data['student']->first_name.' '. $data['student']->middle_name.' '.$data['student']->last_name.'['.$data['student']->reg_no.']'); !!} @else @endif
@if($data['student']->guardian_image != '') Guardian @else @endif
@if($data['student']->father_image != '') Guardian @else @endif
@if($data['student']->mother_image != '') Guardian @else @endif