@if(isset($searchCandidate))
@foreach($searchCandidate as $directcandidate)
@foreach($directcandidate as $candidate)
| {{$candidate->app_first_name}} {{$candidate->app_last_name}} |
{{$candidate->app_phone}} |
@if($candidate->job_requisition_id)
@php($jobPosition = \App\JobRequisition::find($candidate->job_requisition_id)->job_title)
@else
@php($jobPosition = '')
@endif
{{$jobPosition}} |
@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}} |
|
@endforeach
@endforeach
@endif
@if(isset($dirSearchResume))
@foreach($dirSearchResume as $directcandidate)
@foreach($directcandidate as $candidate)
| {{$candidate->name}} |
{{$candidate->phone}} |
{{$candidate->position}} |
@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}} |
|
@endforeach
@endforeach
@endif
@if(isset($searchHHCandidate))
@foreach($searchHHCandidate as $hhcandidate)
@foreach($hhcandidate as $hh)
@php($company = App\Company::find($hh->company_id) )
| {{$hh->name}} |
{{$hh->phone}} |
@if($hh->job_requisition_id)
@php($jobPosition = \App\JobRequisition::find($hh->job_requisition_id)->job_title)
@else
@php($jobPosition = '')
@endif
{{$jobPosition}} |
@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 |
|
@endforeach
@endforeach
@endif
@if(isset($searchResume))
@foreach($searchResume as $searchRes)
@foreach($searchRes as $hh)
@php($company = App\Company::find($hh->company_id) )
| {{$hh->name}} |
{{$hh->phone}} |
@if(@$hh->job_requisition_id)
@php($jobPosition = \App\JobRequisition::find($hh->job_requisition_id)->job_title)
@else
@php($jobPosition = '')
@endif
{{$jobPosition}} |
@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}} |
|
@endforeach
@endforeach
@endif
@if(isset($empSearchResume))
@foreach($empSearchResume as $searchRes)
@foreach($searchRes as $hh)
@php($company = App\Company::find($hh->company_id) )
| {{$hh->name}} |
{{$hh->phone}} |
@if(@$hh->job_requisition_id)
@php($jobPosition1 = \App\JobRequisition::find($hh->job_requisition_id))
@php($jobPosition = @$jobPosition1->job_title)
@else
@php($jobPosition = '')
@endif
{{$jobPosition}} |
@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}} |
|
@endforeach
@endforeach
@endif
@if(isset($potSearchResume))
@foreach($potSearchResume as $searchRes)
@foreach($searchRes as $hh)
@php($company = App\Company::find($hh->company_id) )
| {{$hh->name}} |
{{$hh->phone}} |
@if($hh->job_requisition_id)
@php($jobPosition = \App\JobRequisition::find($hh->job_requisition_id)->job_title)
@else
@php($jobPosition = '')
@endif
{{$jobPosition}} |
|
Potential |
|
@endforeach
@endforeach
@endif
@if(isset($searchCliCandidate))
@foreach($searchCliCandidate as $searchRes)
@foreach($searchRes as $hh)
@php($company = App\Company::find($hh->company_id) )
| {{$hh->name}} |
{{$hh->phone}} |
@if($hh->job_requisition_id)
@php($jobPosition = \App\JobRequisition::find($hh->job_requisition_id)->job_title)
@else
@php($jobPosition = '')
@endif
{{$jobPosition}} |
@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}} |
|
@endforeach
@endforeach
@endif