@include('layouts.talentHeader')
My Candidates List
Add Candidates
@error('name')
{{ $message }}
@enderror @error('email')
{{ $message }}
@enderror @error('phone')
{{ $message }}
@enderror @error('skills')
{{ $message }}
@enderror @error('attachment')
{{ $message }}
@enderror
Name
Skills
Email
Phone
Resume
Action
@if($candidates) @foreach($candidates as $candidate)
{{$candidate->name}}
{{$candidate->skills}}
{{$candidate->email}}
{{$candidate->phone}}
@if(count($candidate->candidateResume)) E-Resume & @endif @if($candidate->resume) Resume @endif
Edit
View
Share with Client
View Comments
Add Resume
View Resume
Tag Candidate
@endforeach @endif
@csrf
×
Add New Candidate
Name
Email
Phone
Skills
@if(old('currentJob') && $cjob['job_skillsReqd']) @php($skills = explode(',', $cjob['job_skillsReqd'])) @foreach($jobskills as $jobskill) @if(in_array($jobskill->skill, $skills))
{{$jobskill->skill}}
@else
{{$jobskill->skill}}
@endif @endforeach @else @foreach($jobskills as $jobskill)
{{$jobskill->skill}}
@endforeach @endif
Highest Qualification:
@if(old('currentJob') && $cjob['job_qualification']) @php($qualifications = explode(',', $cjob['job_qualification'])) @foreach($qualification as $education) @if(in_array($education->qualification, $qualifications))
{{$education->qualification}}
@else
{{$education->qualification}}
@endif @endforeach @else @foreach($qualification as $education)
{{$education->qualification}}
@endforeach @endif
Position 1
Select Position
@php($position1 = old('job_requisition_id')) @foreach($jobs as $job)
id)?'selected':''}}>{{$job->job_title}}
@endforeach
Position 2
@php($position2 = old('job_requisition_id_2'))
Select Position
@foreach($jobs as $job)
id)?'selected':''}}>{{$job->job_title}}
@endforeach
Professional Certifications:
@if(old('currentJob') && $cjob['job_certification']) @php($certifications = explode(',', $cjob['job_certification'])) @foreach($certification as $certificate) @if(in_array($certificate->certification, $certifications))
{{$certificate->certification}}
@else
{{$certificate->certification}}
@endif @endforeach @else @foreach($certification as $certificate)
{{$certificate->certification}}
@endforeach @endif
Total Experience
Select Experience
@php($experienceId = old('currentJob')?$cjob['job_experience']:'') @foreach($jobexperiences as $experience)
id == $experienceId)?'selected':''}}>{{$experience->experience}}
@endforeach
LinkedIn Profile
Willing to relocate
Yes
No
Willing to travel for work
Yes
No
Have You Ever worked for an MNC
Yes
No
Your Age:
Select Age Group
@for($i=20; $i <= 55; $i++)
{{$i}} years
@endfor
Expected Salary:
Select a currency
@php($job_currencyId = old('currentJob')?$cjob['job_currency_id']:'') @foreach($currency as $currencies)
id == $job_currencyId ?'selected':'')}}>{{$currencies->currency}}
@endforeach
Availability
Select availability
Immediately
< 2 months from offer
>2 months from offer
Can talk
Industry
Select Industry
@foreach($jobindustries as $jobindustry)
{{$jobindustry->industry}}
@endforeach
Country of Origin
Select Country
@foreach($countries as $country)
{{$country->name}}
@endforeach
Country of Residence
Select Country
@foreach($countries as $country)
{{$country->name}}
@endforeach
State
Select State
City
Select City
Remarks
{{old('remarks')}}
Resume
*
Reports
Salary Details
Referral Check
Others
Delete Candidates
Are you sure want to delete?
Delete
Cancel
@csrf
{{--
--}}
×
Share the Candidate
Select Job
*
@if(count(@$jobs) > 0) @foreach($jobs as $job)
{{$job->job_title}} - {{@$job->client['branch_name']}}
@endforeach @endif
{{old('comment')}}
(Max 200 charactors)
@if(@$questionnaire) @foreach($questionnaire as $ind => $inv)
{{$inv->questionnaire->title}}
@foreach($inv->questionnaire->questions as $index => $que)
{{$que->question}}
@endforeach @endforeach @endif
@if(@$empCandidate != null)
Share basic info
Share uploaded resume
@if($eResume != null || count($eResume) > 0)
Share e-Resume
@foreach($eResume as $res)
{{$res->title}}
@endforeach
@endif
@if($empCandidate->salary_details)
Share salary details
@endif @if($empCandidate->reports)
Share reports
@endif @if($empCandidate->refferal_check)
Share referral check
@endif @if($empCandidate->others)
Share other details
@endif @if(@$empCandidate->clientComment)
Share client comments
@endif
@if(@$f2f != null)
Interview History
@foreach($f2f as $index => $interview)
{{$interview->job_requisition->job_title}}
@endforeach
@endif @if(count(@$preliminaryInterview) > 0)
Preliminary Interview History
@foreach($preliminaryInterview as $index => $interview)
{{$interview->job_requisition->job_title}}
@endforeach
@endif @if(@$empJobHistory)
Job History
@foreach($empJobHistory as $index => $job)
{{$job->job_requisition->job_title}}
@endforeach
@endif @endif
@csrf
{{--
--}}
×
Tag this Candidate
The pasword should be the phone number of the candidate
@include('layouts.footer')