{{ ucfirst($presonal_details->fullname.' '.$presonal_details->lastname) }}

Designation : {{ ucfirst(!empty($candidateprofile->designation)?$candidateprofile->designation:'Not Updated') }}

Specialization : {{ ucfirst(!empty($presonal_details->educationTop) ? ($presonal_details->educationTop->specialization ? $presonal_details->educationTop->specialization->specialization : "Not Updated") : "Not Updated") }}

Preferred Job Location :{{ ucfirst(empty($prefered_job) ? 'Not Updated' : $prefered_job) }}.

@if($presonal_details->sso_jobseeker_id != "")

NCS JobSeeker Id :{{ ucfirst($presonal_details->sso_jobseeker_id) }}.

@endif

@if(!empty($candidateprofile->about_summery)) {{ $candidateprofile->about_summery}} @else Candidate Summary Not Updated @endif

@if(!is_null($assessment_details))
@if($video_decider == 'true')
@if(!empty($candidate_video)) @foreach($candidate_video as $videodata)
@if($videodata->resourcetype_id==3) @endif @if($videodata->resourcetype_id==4) @endif @if($videodata->resourcetype_id==5) @endif
@endforeach @endif
@endif
@else
@endif
@if(empty($candidateimage)) @else @endif
{{ !empty($presonal_details->mobile_number)?$presonal_details->mobile_number:'Not Updated' }}
@if(!empty($candidateprofile)) {{ ucfirst(empty($candidateprofile->curr_city) ? 'Not Updated' : $candidateprofile->curr_city->district) }}, {{ ucfirst(empty($candidateprofile->curr_state) ? 'Not Updated' : $candidateprofile->curr_state->name) }}. @else Not Updated @endif
Profile Strength
{{$candidateweightage}}%
Personal Info
{{ empty($language_known) ? 'Not Updated' : $language_known }}
@if(!is_null($presonal_details->disability)) @if($presonal_details->disability==0) @else @endif @else @endif
Present Address :

@if(!empty($candidateprofile)) {{ empty($candidateprofile->current_address) ? 'Not Updated' : $candidateprofile->current_address }},
{{ ucfirst(empty($candidateprofile->curr_city->district) ? 'Not Updated' : $candidateprofile->curr_city->district) }},
{{ ucfirst(empty($candidateprofile->curr_state->name) ? 'Not Updated' : $candidateprofile->curr_state->name) }},
{{ empty($candidateprofile->current_pincode) ? 'Not Updated' : $candidateprofile->current_pincode }}.
@else Not Updated @endif


Permanent Address:

@if(!empty($candidateprofile)) {{ empty($candidateprofile->permanent_address) ? 'Not Updated' : $candidateprofile->permanent_address }},
{{ empty($candidateprofile->prem_city->district) ? 'Not Updated' : $candidateprofile->prem_city->district }},
{{ empty($candidateprofile->prem_state->name) ? 'Not Updated' : $candidateprofile->prem_state->name }},
{{ empty($candidateprofile->permanent_pincode) ? 'Not Updated' : $candidateprofile->permanent_pincode }}.
@else Not Updated @endif


Social Link:

{{ !empty($candidateprofile->facebook_link)?$candidateprofile->facebook_link:'Not Updated' }}

{{ !empty($candidateprofile->twitter_link)?$candidateprofile->twitter_link:'Not Updated' }}

{{ !empty($candidateprofile->linkedin_link)?$candidateprofile->linkedin_link:'Not Updated' }}

@php function fixScoreValue($svalue){ if($svalue=='.0' || $svalue=='0.0'){ return 0; } else{ return $svalue; } } @endphp