| Línea 411... |
Línea 411... |
| 411 |
'success' => true,
|
411 |
'success' => true,
|
| 412 |
'data' => [
|
412 |
'data' => [
|
| 413 |
'id' => $recruitmentCandidate->uuid,
|
413 |
'id' => $recruitmentCandidate->uuid,
|
| 414 |
'name' => $recruitmentCandidate->name,
|
414 |
'name' => $recruitmentCandidate->name,
|
| 415 |
'company'=>$currentCompany->id,
|
415 |
'company'=>$currentCompany->id,
|
| 416 |
'job_description_id' => $jobDescription->job_description_id,
|
416 |
'job_description_id' => $recruitmentCandidate->job_description_id,
|
| 417 |
'location_search' => $recruitmentCandidate->location_id,
|
417 |
'location_search' => $recruitmentCandidate->location_id,
|
| 418 |
'job_category_id' => $recruitmentCandidate->job_category_id,
|
418 |
'job_category_id' => $recruitmentCandidate->job_category_id,
|
| 419 |
'description' => $recruitmentCandidate->description,
|
419 |
'description' => $recruitmentCandidate->description,
|
| 420 |
'industry' => $recruitmentCandidate->industry_id,
|
420 |
'industry' => $recruitmentCandidate->industry_id,
|
| 421 |
'last_date' => $recruitmentCandidate->last_date,
|
421 |
'last_date' => $recruitmentCandidate->last_date,
|