@include('layouts.talentHeader')

All Candidates

@if(isset($searchCandidate)) @foreach($searchCandidate as $directcandidate) @foreach($directcandidate as $candidate) @endforeach @endforeach @endif @if(isset($dirSearchResume)) @foreach($dirSearchResume as $directcandidate) @foreach($directcandidate as $candidate) @endforeach @endforeach @endif @if(isset($searchHHCandidate)) @foreach($searchHHCandidate as $hhcandidate) @foreach($hhcandidate as $hh) @php($company = App\Company::find($hh->company_id) ) @endforeach @endforeach @endif @if(isset($searchResume)) @foreach($searchResume as $searchRes) @foreach($searchRes as $hh) @php($company = App\Company::find($hh->company_id) ) @endforeach @endforeach @endif @if(isset($empSearchResume)) @foreach($empSearchResume as $searchRes) @foreach($searchRes as $hh) @php($company = App\Company::find($hh->company_id) ) @endforeach @endforeach @endif @if(isset($searchCliCandidate)) @foreach($searchCliCandidate as $searchRes) @foreach($searchRes as $hh) @php($company = App\Company::find($hh->company_id) ) @endforeach @endforeach @endif
Name Email Skills Location Source
{{$candidate->app_first_name}} {{$candidate->app_last_name}} {{$candidate->app_email}} {{$candidate->app_skills}} @if($candidate->app_city_id) @php($city = App\City::find($candidate->app_city_id) ) {{$city->name}} @else - @endif @if($candidate->app_state_id) @php($state = App\State::find($candidate->app_state_id) ) {{$state->name}} @else - @endif @if($candidate->app_country_id) @php($country = App\Country::find($candidate->app_country_id) ) {{$country->name}} @else - @endif {{($candidate->app_referral==null)?'Direct':'Referral-'.$candidate->app_referral}}
View
Name:
{{$candidate->app_first_name}} {{$candidate->app_last_name}}
Email:
{{$candidate->app_email}}
Phone No:
{{$candidate->app_phone}}
Skills:
{{$candidate->app_skills}}
Certifications:
{{($candidate->app_certifications == null)?'NA':$candidate->app_certifications}}
Qualification:
@if($candidate->app_qualification_id) @php($qualification = App\Qualification::find($candidate->app_qualification_id) ) {{$qualification->qualification}} @else NA @endif
Total Experience:
@if($candidate->app_experience_id) @php($experience = App\JobExperiences::find($candidate->app_experience_id) ) {{$experience->experience}} @else NA @endif
Willing to relocate:
@if($candidate->app_relocate == 1) Yes @elseif($candidate->app_relocate == 0 && $candidate->app_relocate != null) No @else NA @endif
Willing to travel for work:
@if($candidate->app_to_travel == 1) Yes @elseif($candidate->app_to_travel == 0 && $candidate->app_to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($candidate->app_working_mnc == 1) Yes @elseif($candidate->app_working_mnc == 0 && $candidate->app_working_mnc != null) No @else NA @endif
Your Age Range:
{{($candidate->app_age_group == null)?'NA':$candidate->app_age_group}}
Expected Salary:
{{($candidate->app_salary == null)?'NA':$candidate->app_salary}} @if($candidate->app_currency_id) @php($currency = App\Currency::find($candidate->app_currency_id) ) {{$currency->currency}} @endif
Availability:
{{($candidate->availability == null)?'NA':$candidate->availability}}
Industry:
@if($candidate->app_industry_id) @php($industry = App\JobIndustries::find($candidate->app_industry_id) ) {{$industry->industry}} @else NA @endif
Location:
@if($candidate->app_city_id) @php($city = App\City::find($candidate->app_city_id) ) {{$city->name}} @else - @endif @if($candidate->app_state_id) @php($state = App\State::find($candidate->app_state_id) ) {{$state->name}} @else - @endif @if($candidate->app_country_id) @php($country = App\Country::find($candidate->app_country_id) ) {{$country->name}} @else - @endif
referral:
{{($candidate->app_referral == null)?'NA':$candidate->app_referral}}
{{$candidate->name}} {{$candidate->email}} {{$candidate->skills}} @if($candidate->city_id) @php($city = App\City::find($candidate->city_id) ) {{$city->name}} @else - @endif @if($candidate->state_id) @php($state = App\State::find($candidate->state_id) ) {{$state->name}} @else - @endif @if($candidate->country_id) @php($country = App\Country::find($candidate->country_id) ) {{$country->name}} @else - @endif {{($candidate->referral==null)?'Direct':'Referral-'.$candidate->referral}}
View
Name:
{{$candidate->name}}
Email:
{{$candidate->email}}
Phone No:
{{$candidate->phone}}
Skills:
{{$candidate->skills}}
Certifications:
{{($candidate->certifications == null)?'NA':$candidate->certifications}}
Qualification:
@if($candidate->qualification_id) @php($qualification = App\Qualification::find($candidate->qualification_id) ) {{$qualification->qualification}} @else NA @endif
Total Experience:
@if($candidate->experience_id) @php($experience = App\JobExperiences::find($candidate->experience_id) ) {{$experience->experience}} @else NA @endif
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 == null)?'NA':$candidate->salary}} @if($candidate->currency_id) @php($currency = App\Currency::find($candidate->currency_id) ) {{$currency->currency}} @endif
Availability:
{{($candidate->availability == null)?'NA':$candidate->availability}}
Industry:
@if($candidate->industry_id) @php($industry = App\JobIndustries::find($candidate->industry_id) ) {{$industry->industry}} @else NA @endif
Location:
@if($candidate->city_id) @php($city = App\City::find($candidate->city_id) ) {{$city->name}} @else - @endif @if($candidate->state_id) @php($state = App\State::find($candidate->state_id) ) {{$state->name}} @else - @endif @if($candidate->country_id) @php($country = App\Country::find($candidate->country_id) ) {{$country->name}} @else - @endif
referral:
{{($candidate->referral == null)?'NA':$candidate->referral}}
{{$hh->name}} {{$hh->email}} {{$hh->skills}} @if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif Freelancer
View
Name:
{{$hh->name}}
Email:
{{$hh->email}}
Phone No:
{{$hh->phone}}
Skills:
{{$hh->skills}}
Certifications:
{{($hh->certifications == null)?'NA':$hh->certifications}}
Qualification:
@if($hh->qualification_id) @php($qualification = App\Qualification::find($hh->qualification_id) ) {{$qualification->qualification}} @else NA @endif
Total Experience:
@if($hh->experience_id) @php($experience = App\JobExperiences::find($hh->experience_id) ) {{$experience->experience}} @else NA @endif
Willing to relocate:
@if($hh->relocate == 1) Yes @elseif($hh->relocate == 0 && $hh->relocate != null) No @else NA @endif
Willing to travel for work:
@if($hh->to_travel == 1) Yes @elseif($hh->to_travel == 0 && $hh->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($hh->working_mnc == 1) Yes @elseif($hh->working_mnc == 0 && $hh->working_mnc != null) No @else NA @endif
Your Age Range:
{{($hh->age_group == null)?'NA':$hh->age_group}}
Expected Salary:
{{($hh->salary == null)?'NA':$hh->salary}} @if($hh->currency_id) @php($currency = App\Currency::find($hh->currency_id) ) {{$currency->currency}} @endif
Availability:
{{($hh->availability == null)?'NA':$hh->availability}}
Industry:
@if($hh->industry_id) @php($industry = App\JobIndustries::find($hh->industry_id) ) {{$industry->industry}} @else NA @endif
Location:
@if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif
Head Hunter:
{{$company->name}}
{{$hh->name}} {{$hh->email}} {{$hh->skills}} @if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif {{($hh->referral==null)?'Direct':'Referral-'.$hh->referral}}
View
Name:
{{$hh->name}}
Email:
{{$hh->email}}
Phone No:
{{$hh->phone}}
Skills:
{{$hh->skills}}
Certifications:
{{($hh->certifications == null)?'NA':$hh->certifications}}
Qualification:
@if($hh->qualification_id) @php($qualification = App\Qualification::find($hh->qualification_id) ) {{$qualification->qualification}} @else NA @endif
Total Experience:
@if($hh->experience_id) @php($experience = App\JobExperiences::find($hh->experience_id) ) {{$experience->experience}} @else NA @endif
Willing to relocate:
@if($hh->relocate == 1) Yes @elseif($hh->relocate == 0 && $hh->relocate != null) No @else NA @endif
Willing to travel for work:
@if($hh->to_travel == 1) Yes @elseif($hh->to_travel == 0 && $hh->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($hh->working_mnc == 1) Yes @elseif($hh->working_mnc == 0 && $hh->working_mnc != null) No @else NA @endif
Your Age Range:
{{($hh->age_group == null)?'NA':$hh->age_group}}
Expected Salary:
{{($hh->salary == null)?'NA':$hh->salary}} @if($hh->currency_id) @php($currency = App\Currency::find($hh->currency_id) ) {{$currency->currency}} @endif
Availability:
{{($hh->availability == null)?'NA':$hh->availability}}
Industry:
@if($hh->industry_id) @php($industry = App\JobIndustries::find($hh->industry_id) ) {{$industry->industry}} @else NA @endif
Location:
@if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif
Head Hunter:
{{$company->name}}
{{$hh->name}} {{$hh->email}} {{$hh->skills}} @if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif {{($hh->referral==null)?'Own':'Referral-'.$hh->referral}}
View
Name:
{{$hh->name}}
Email:
{{$hh->email}}
Phone No:
{{$hh->phone}}
Skills:
{{$hh->skills}}
Certifications:
{{($hh->certifications == null)?'NA':$hh->certifications}}
Qualification:
@if($hh->qualification_id) @php($qualification = App\Qualification::find($hh->qualification_id) ) {{$qualification->qualification}} @else NA @endif
Total Experience:
@if($hh->experience_id) @php($experience = App\JobExperiences::find($hh->experience_id) ) {{$experience->experience}} @else NA @endif
Willing to relocate:
@if($hh->relocate == 1) Yes @elseif($hh->relocate == 0 && $hh->relocate != null) No @else NA @endif
Willing to travel for work:
@if($hh->to_travel == 1) Yes @elseif($hh->to_travel == 0 && $hh->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($hh->working_mnc == 1) Yes @elseif($hh->working_mnc == 0 && $hh->working_mnc != null) No @else NA @endif
Your Age Range:
{{($hh->age_group == null)?'NA':$hh->age_group}}
Expected Salary:
{{($hh->salary == null)?'NA':$hh->salary}} @if($hh->currency_id) @php($currency = App\Currency::find($hh->currency_id) ) {{$currency->currency}} @endif
Availability:
{{($hh->availability == null)?'NA':$hh->availability}}
Industry:
@if($hh->industry_id) @php($industry = App\JobIndustries::find($hh->industry_id) ) {{$industry->industry}} @else NA @endif
Location:
@if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif
Head Hunter:
{{$company->name}}
{{$hh->name}} {{$hh->email}} {{$hh->skills}} @if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif {{($hh->referral==null)?'Own':'Referral-'.$hh->referral}}
View
Name:
{{$hh->name}}
Email:
{{$hh->email}}
Phone No:
{{$hh->phone}}
Skills:
{{$hh->skills}}
Certifications:
{{($hh->certifications == null)?'NA':$hh->certifications}}
Qualification:
@if($hh->qualification_id) @php($qualification = App\Qualification::find($hh->qualification_id) ) {{$qualification->qualification}} @else NA @endif
Total Experience:
@if($hh->experience_id) @php($experience = App\JobExperiences::find($hh->experience_id) ) {{$experience->experience}} @else NA @endif
Willing to relocate:
@if($hh->relocate == 1) Yes @elseif($hh->relocate == 0 && $hh->relocate != null) No @else NA @endif
Willing to travel for work:
@if($hh->to_travel == 1) Yes @elseif($hh->to_travel == 0 && $hh->to_travel != null) No @else NA @endif
Have You Ever worked for an MNC:
@if($hh->working_mnc == 1) Yes @elseif($hh->working_mnc == 0 && $hh->working_mnc != null) No @else NA @endif
Your Age Range:
{{($hh->age_group == null)?'NA':$hh->age_group}}
Expected Salary:
{{($hh->salary == null)?'NA':$hh->salary}} @if($hh->currency_id) @php($currency = App\Currency::find($hh->currency_id) ) {{$currency->currency}} @endif
Availability:
{{($hh->availability == null)?'NA':$hh->availability}}
Industry:
@if($hh->industry_id) @php($industry = App\JobIndustries::find($hh->industry_id) ) {{$industry->industry}} @else NA @endif
Location:
@if($hh->city_id) @php($city = App\City::find($hh->city_id) ) {{$city->name}} @else - @endif @if($hh->state_id) @php($state = App\State::find($hh->state_id) ) {{$state->name}} @else - @endif @if($hh->country_id) @php($country = App\Country::find($hh->country_id) ) {{$country->name}} @else - @endif
Head Hunter:
{{$company->name}}
@include('layouts.footer')