Add this Candidate to Job Order

Search for a job order below, and then click on the job title to add the candidate to the selected job order.

@csrf

Recently Modified Job Orders

@if(!empty($recentlyUpdatedJoborders)) @foreach($recentlyUpdatedJoborders as $job) @endforeach @endif
Ref. # Title Company Type Status Modified Start Recruiter Owner Action
{{ $job->designation }} {{ !empty($job->company) ? $job->company->company_name : '' }} {{ $job->status }} {{ convertDateTimeToDate($job->updated_at) }} {{ $job->start }} {{ !empty($job->recruiterUser) ? $job->recruiterUser->name : '' }} {{ !empty($job->ownerUser) ? $job->ownerUser->name : '' }}