@include('layouts.talentHeader')

Uploaded Resume

@foreach($candidates as $candidate) @endforeach
Name Email Skills Location Source
{{$candidate->name}} {{$candidate->email}} {{$candidate->skills}} {{($candidate->city == null)?'':$candidate->city->name.','}} {{($candidate->state == null)?'':$candidate->state->name.','}} {{($candidate->country == null)? 'NA': $candidate->country->name}} {{($candidate->referral == null)?'Direct':$candidate->referral}}
View
Name:
{{$candidate->name}}
Email:
{{$candidate->email}}
Phone No:
{{$candidate->phone}}
Skills:
{{$candidate->skills}}
Certifications:
{{($candidate->certifications == null)?'NA':$candidate->certifications}}
Qualification:
{{($candidate->qualification == null)?'NA':$candidate->qualification->qualification}}
Total Experience:
{{($candidate->experience == null)?'NA':$candidate->experience->experience}}
Willing to relocate:
@if($candidate->relocate == 1) Yes @elseif($candidate->relocate == 0 && $candidate->relocate != null) No @else NA @endif
Willing to travel for work:
@if($candidate->to_travel == 1) Yes @elseif($candidate->to_travel == 0 && $candidate->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($candidate->working_mnc == 1) Yes @elseif($candidate->working_mnc == 0 && $candidate->working_mnc != null) No @else NA @endif
Your Age Range:
{{($candidate->age_group == null)?'NA':$candidate->age_group}}
Expected Salary:
{{$candidate->salary}} {{($candidate->currency == null)?'':$candidate->currency->currency}}
Availability:
{{($candidate->availability == null)?'NA':$candidate->availability}}
Industry:
{{($candidate->industry == null)?'NA':$candidate->industry->industry}}
Location:
{{($candidate->city == null)?'':$candidate->city->name.','}} {{($candidate->state == null)?'':$candidate->state->name.','}} {{($candidate->country == null)? '': $candidate->country->name}}
referral:
{{($candidate->referral == null)?'Direct':$candidate->referral}}
@include('layouts.footer')