@include('layouts.talentHeader')

Applicant List

@foreach($currentJobsApplicants as $appl) @if($appl->job_application != null) @php ($applicant = $appl->job_application) @if($appl->contact == 0) @elseif($appl->contact == 1) @elseif($appl->contact == 2) @endif @endif @if($appl->hh_candidates != null) @php ($hhCand = $appl->hh_candidates) @if($appl->contact == 0) @elseif($appl->contact == 1) @elseif($appl->contact == 2) @endif @endif @if($appl->empCandidate != null) @php ($empCand = $appl->empCandidate) @if($appl->contact == 0) @elseif($appl->contact == 1) @elseif($appl->contact == 2) @endif @endif @endforeach
Name Email Phone Skills Exp Salary Contact Request Action
{{$applicant->app_first_name}} {{$applicant->app_last_name}} {{$applicant->app_email}} {{$applicant->app_phone}} {{$applicant->app_skills}} {{($applicant->app_currency)?$applicant->app_currency->currency:''}} {{$applicant->app_salary}}Not RequestedRequestedShared
View
Name:
{{$applicant->app_first_name}} {{$applicant->app_last_name}}
Email:
{{$applicant->app_email}}
Phone No:
{{$applicant->app_phone}}
Skills:
{{($applicant->app_skills == null)?'NA':$applicant->app_skills}}
Certifications:
{{($applicant->app_certifications == null)?'NA':$applicant->app_certifications}}
Qualification:
{{($applicant->app_qualification == null)?'NA':$applicant->app_qualification->qualification}}
Total Experience:
{{($applicant->app_experience == null)?'NA':$applicant->app_experience->experience}}
Willing to relocate:
@if($applicant->app_relocate == 1) Yes @elseif($applicant->app_relocate == 0 && $applicant->app_relocate != null) No @else NA @endif
Willing to travel for work:
@if($applicant->app_to_travel == 1) Yes @elseif($applicant->app_to_travel == 0 && $applicant->app_to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($applicant->app_working_mnc == 1) Yes @elseif($applicant->app_working_mnc == 0 && $applicant->app_working_mnc != null) No @else NA @endif
Your Age Range:
{{($applicant->app_age_group == null)?'NA':$applicant->app_age_group}}
Expected Salary:
{{$applicant->app_salary}} {{($applicant->app_currency == null)?'NA':$applicant->app_currency->currency}}
Availability:
{{($applicant->availability == null)?'NA':$applicant->availability}}
Industry:
{{($applicant->app_industry == null)?'NA':$applicant->app_industry->industry}}
Location:
{{($applicant->app_city == null)?'':$applicant->app_city->name.','}} {{($applicant->app_state == null)?'':$applicant->app_state->name.','}} {{($applicant->app_country == null)? '': $applicant->app_country->name}}
referral:
{{($applicant->referral == null)?'NA':$applicant->referral}}
{{$hhCand->name}} {{$hhCand->email}} {{$hhCand->phone}} {{$hhCand->skills}} {{($hhCand->currency)?$hhCand->currency->currency:''}} {{$hhCand->salary}}Not RequestedRequestedShared
View
Name:
{{$hhCand->name}}
Email:
{{$hhCand->email}}
Phone No:
{{$hhCand->phone}}
Skills:
{{($hhCand->skills == null)?'NA':$hhCand->skills}}
Certifications:
{{($hhCand->certifications == null)?'NA':$hhCand->certifications}}
Qualification:
{{($hhCand->qualification == null)?'NA':$hhCand->qualification->qualification}}
Total Experience:
{{($hhCand->experience == null)?'NA':$hhCand->experience->experience}}
Willing to relocate:
@if($hhCand->relocate == 1) Yes @elseif($hhCand->relocate == 0 && $hhCand->relocate != null) No @else NA @endif
Willing to travel for work:
@if($hhCand->to_travel == 1) Yes @elseif($hhCand->to_travel == 0 && $hhCand->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($hhCand->working_mnc == 1) Yes @elseif($hhCand->working_mnc == 0 && $hhCand->working_mnc != null) No @else NA @endif
Your Age Range:
{{($hhCand->age_group == null)?'NA':$hhCand->age_group}}
Expected Salary:
{{$hhCand->salary}} {{($hhCand->currency == null)?'NA':$hhCand->currency->currency}}
Availability:
{{($hhCand->availability == null)?'NA':$hhCand->availability}}
Industry:
{{($hhCand->industry == null)?'NA':$hhCand->industry->industry}}
Location:
{{($hhCand->city == null)?'':$hhCand->city->name.','}} {{($hhCand->state == null)?'':$hhCand->state->name.','}} {{($hhCand->country == null)? '': $hhCand->country->name}}
referral:
{{($hhCand->referral == null)?'NA':$hhCand->referral}}
{{$empCand->name}} {{$empCand->email}} {{$empCand->phone}} {{$empCand->skills}} {{($empCand->currency)?$empCand->currency->currency:''}} {{$empCand->salary}}Not RequestedRequestedShared
View
Name:
{{$empCand->name}}
Email:
{{$empCand->email}}
Phone No:
{{$empCand->phone}}
Skills:
{{($empCand->skills == null)?'NA':$empCand->skills}}
Certifications:
{{($empCand->certifications == null)?'NA':$empCand->certifications}}
Qualification:
{{($empCand->qualification == null)?'NA':$empCand->qualification->qualification}}
Total Experience:
{{($empCand->experience == null)?'NA':$empCand->experience->experience}}
Willing to relocate:
@if($empCand->relocate == 1) Yes @elseif($empCand->relocate == 0 && $empCand->relocate != null) No @else NA @endif
Willing to travel for work:
@if($empCand->to_travel == 1) Yes @elseif($empCand->to_travel == 0 && $empCand->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($empCand->working_mnc == 1) Yes @elseif($empCand->working_mnc == 0 && $empCand->working_mnc != null) No @else NA @endif
Your Age Range:
{{($empCand->age_group == null)?'NA':$empCand->age_group}}
Expected Salary:
{{$empCand->salary}} {{($empCand->currency == null)?'NA':$empCand->currency->currency}}
Availability:
{{($empCand->availability == null)?'NA':$empCand->availability}}
Industry:
{{($empCand->industry == null)?'NA':$empCand->industry->industry}}
Location:
{{($empCand->city == null)?'':$empCand->city->name.','}} {{($empCand->state == null)?'':$empCand->state->name.','}} {{($empCand->country == null)? '': $empCand->country->name}}
referral:
{{($empCand->referral == null)?'NA':$empCand->referral}}
@include('layouts.footer')