@if(isset($searchCandidate))
@foreach($searchCandidate as $directcandidate)
@foreach($directcandidate as $candidate)
| {{$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}} |
|
@endforeach
@endforeach
@endif
@if(isset($dirSearchResume))
@foreach($dirSearchResume as $directcandidate)
@foreach($directcandidate as $candidate)
| {{$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}} |
|
@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->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 |
|
@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->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}} |
|
@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->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}} |
|
@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->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}} |
|
@endforeach
@endforeach
@endif