@if($campusLightLogo) @endif
{{ $campusName }}
{{ $student->studentProgram }} | {{ $student->studentProgramTitle }}
ROLL NUMBER: {{ $student->rollnum }}
@if(!empty($student->user?->profile_image)) @endif

{{ $student->studentName }}

{{ $student->gender }}
DOB

{{ $student->dob }}

@php $academic = $student?->academicDetail; @endphp
TECHNICAL SKILLS
PERMANENT ADDRESS

{{ $student->address }}
City: {{ $student->city }}
State: {{ $student->state }}
Pincode: {{ $student->pincode }}

LANGUAGE
@if(!empty($student->hobby))
INTERESTS
@endif
SUMMARY OF QUALIFICATION
@foreach($student?->academicDetail?->getCoursesForResume() ?? [] as $course) @endforeach
Course / Programme Board / University Name CGPA/
(%)
Passing Year
{{ $student->studentProgram }} {{ $campusName }} {{ blank($student?->cgpaRecord?->cgpa) ? 'NA' : $student->cgpaRecord->cgpa }} {{ $student?->batchName?->pyear }}
{{ $course['name'] }} @if(!empty($course['specialization']))
{{ $course['specialization'] }}
@endif @if(!empty($course['stream']))
{{ $course['stream'] }}
@endif
{{ $course['board'] }} {{ $course['marks'] }} {{ $course['year'] }}
@if($student->has_experience_filled)
WORK EXPERIENCE ({{ $student->total_experience }})
@foreach($student->experienceList as $exp)
{{ $exp->company }}
{{ $exp->from_date }} - {{ $exp->to_date }} {{ $exp->experience }}

PROFILE: {{ $exp->profile }}

{!! $exp->responsibilities !!}
@endforeach @endif @if($student->hasProjectInternFilled)
INTERNSHIP / PROFESSIONAL TRAINING (Total Duration: {{ $student->TotalProjectExperience }} Weeks)
@foreach($student->projectInternList as $projectRec)
{{ $projectRec->organization }}
{{ $projectRec->from_date }} - {{ $projectRec->to_date }} {{ $projectRec->experience }} Weeks

PROFILE: {{ $projectRec->profile }}

{!! $projectRec->responsibilities !!}
@endforeach @endif @if(optional($academic)->publication === 'Yes')
PUBLICATIONS DETAIL

{!! optional($academic)->publication_detail !!}

@endif @if($student->hasStdCertificationFilled)
CERTIFICATION DETAIL
@endif @if(optional($academic)->achievement === 'Yes')
ACHIEVEMENT DETAIL

{!! optional($academic)->achievement_detail !!}

@endif