NICMAR, Delhi-NCR
{{ $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
INTERESTS
SUMMARY OF QUALIFICATION
@foreach($student?->academicDetail?->getCoursesForResume() ?? [] as $course) @endforeach
Course Board Marks(%) Year
{{ $course['name'] }} {{ $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 }})
@foreach($student->projectInternList as $projectRec)
{{ $projectRec->organization }}
{{ $projectRec->from_date }} - {{ $projectRec->to_date }} {{ $projectRec->experience }}

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