@include('layouts.talentHeader')
Components
@php ($job_id = $currentJob->id )
Start
Recruiting Information
Job
Job Details
Qualifications
Summary
Post This Job
Edit Job Requisition
@csrf
Start
Posting Type
Select Type
posting_type == 1)?'selected' : ''}}>Confidential
posting_type == 2)?'selected' : ''}}>Open
posting_type == 3)?'selected' : ''}}>Others
Number of Vacancy
Client
Client Name
Select Client
@if($clients) @foreach($clients as $client) @foreach($client->regionalCountries as $country) @foreach($country->countryBranches as $branches) @if($branches->office_type_id == 9)
client_id == $branches->id)?"selected":""}}>{{$branches->branch_name}}
@endif @endforeach @endforeach @endforeach @endif
Client Hiring Manager
Select
{{-- @if($clients) @foreach($clients as $client) @foreach($client->regionalCountries as $country) @foreach($country->countryBranches as $branches) @foreach($branches->users as $user) @if($user->user_level_id == 4)
client_user_id == $user->id)?"selected":""}}>{{$user->name}}
@endif @endforeach @endforeach @endforeach @endforeach @endif--}} @php($clientHR = (new \App\Http\Controllers\EmployeeController())->fetchClientEmp($currentJob->client_id)) @if($clientHR) @foreach($clientHR as $cEmp)
client_user_id == $cEmp->id)? "selected":""}}>{{$cEmp->name}}
@endforeach @endif
Client HR Manager
Select
{{--@if($clients) @foreach($clients as $client) @foreach($client->regionalCountries as $country) @foreach($country->countryBranches as $branches) @foreach($branches->users as $user) @if($user->user_level_id == 4)
client_hr_id == $user->id)?"selected":""}}>{{$user->name}}
@endif @endforeach @endforeach @endforeach @endforeach @endif--}} @if($clientHR) @foreach($clientHR as $cEmp)
client_hr_id == $cEmp->id)? "selected":""}}>{{$cEmp->name}}
@endforeach @endif
Second HR Manager
Select
@if($clients) @foreach($clients as $client) @foreach($client->regionalCountries as $country) @foreach($country->countryBranches as $branches) @foreach($branches->users as $user) @if($user->user_level_id == 4)
client_hr2_id == $user->id)?"selected":""}}>{{$user->name}} - {{$branches->branch_name}}
@endif @endforeach @endforeach @endforeach @endforeach @endif
Approval By
Department
Select Department
@foreach($departments as $department)
approval_department_id == $department->id)?"selected":""}}>{{$department->department}}
@endforeach
@error('approval_department_id')
{{ $message }}
@enderror
Role
Select Role
@if($currentJob->approval_role_id) @if($currentJob->approval_department_id) @php($dRoles = (new \App\Http\Controllers\CompanyController())->getRolesByDepartment($currentJob->approval_department_id)) @foreach($dRoles as $role)
approval_role_id == $role->id)? "selected":""}}>{{$role->role}}
@endforeach @endif @endif
@error('approval_role_id')
{{ $message }}
@enderror
Approval By
Approval By
@if($currentJob->approval_by_id) @php($approvedBy = $currentJob->approval_by->id)
{{$currentJob->approval_by->name}}
@endif
@error('approval_by_id')
{{ $message }}
@enderror
@csrf
Recruiting Information
Reason
Replacement For
Start Date
@php($cDate = date('d-m-Y')) @php($eDate = date('d-m-Y', strtotime("+30 days")))
Approval Date
{{--
Appointing Head Hunter Date
--}}
End Date
Update
Reset
@csrf
Job
Job Type
Select Job Type
@php($jobTypeId = $currentJob->job_type_id?$currentJob->job_type_id:'') @foreach($jobtypes as $jobtype)
id == $jobTypeId)?'selected':''}}>{{$jobtype->job_type}}
@endforeach
Industry
Select Job Industry
@php($industryId = $currentJob->job_industry_id?$currentJob->job_industry_id:'') @foreach($jobindustries as $jobindustry)
id == $industryId)?'selected':''}}>{{$jobindustry->industry}}
@endforeach
Job Category
Select Category
@php($categoryId = $currentJob->job_category_id?$currentJob->job_category_id:'') @foreach($jobcategories as $jobcategory)
id == $categoryId)?'selected':''}}>{{$jobcategory->category}}
@endforeach
Job Role
Select Job Role
@if($categoryId) @php($roleId = $currentJob->job_role_id?$currentJob->job_role_id:'') @php($jRoles = \App\JobCategory::find($categoryId)->jobroles) @foreach($jRoles as $role)
id == $roleId)?'selected':''}}>{{$role->job_role}}
@endforeach @endif
Job Title
Experience
Select Experience
@php($experienceId = $currentJob->job_experience_id?$currentJob->job_experience_id:'') @foreach($jobexperiences as $experience)
id == $experienceId)?'selected':''}}>{{$experience->experience}}
@endforeach
Skills
@if($currentJob->job_skillsReqd) @php($skills = explode(',', $currentJob->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
Update
Reset
@csrf
Job Details
Description
{{$currentJob->job_description?$currentJob->job_description:''}}
Country
Select Country
@php($job_country_id = $currentJob->job_country_id?$currentJob->job_country_id:'') @foreach($countries as $country)
id == $job_country_id ? 'selected' : '')}}>{{$country->name}}
@endforeach
State
Select State
@if($job_country_id) @php($job_state_id = $currentJob->job_state_id?$currentJob->job_state_id:'') @php($states = \App\Country::find($job_country_id)->states) @foreach($states as $state)
id == $job_state_id?'selected':'')}}>{{$state->name}}
@endforeach @endif
City
Select City
@if(isset($job_state_id)) @php($job_city_id = $currentJob->job_city_id?$currentJob->job_city_id:'')) @php($citi = \App\State::find($job_state_id)) @if($citi) @php($cities = $citi->cities) @foreach($cities as $city)
id == $job_city_id ?'selected':'')}}>{{$city->name}}
@endforeach @endif @endif
Salary Upto(Per Annum)
Currency
@php($job_currencyId = $currentJob->job_currency_id?$currentJob->job_currency_id:'') @foreach($currency as $currencies)
id == $job_currencyId ?'selected':'')}}>{{$currencies->currency}}
@endforeach
Mercer Job Code
Job Details File Upload
@if($currentJob->details_file)
View Job Details
@endif
Update
Reset
@csrf
Qualifications
Educational Qualification
@if($currentJob->job_qualification) @php($qualifications = explode(',', $currentJob->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
Specialisation
Language
@if($currentJob->job_languages) @php($languages = explode(',', $currentJob->job_languages)) @foreach($joblanguages as $joblanguage) @if(in_array($joblanguage->language, $languages))
{{$joblanguage->language}}
@else
{{$joblanguage->language}}
@endif @endforeach @else @foreach($joblanguages as $joblanguage)
{{$joblanguage->language}}
@endforeach @endif
Professional Qualification
@if($currentJob->job_certification) @php($certifications = explode(',', $currentJob->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
Update
Reset
@csrf
Summary
Number of Reports
Direct Report
Dotted Line Report
Update
Recruiting Information
×
Posting Type:
Requisitioned By:
Department:
Position:
Approval By:
Date:
Position:
Reason:
Replacement For:
Start Date:
Approval Date:
Appointing Head Hunter Date:
End Date:
Job Type:
Job Industry:
Job Category:
Job Role:
Job Title:
Job Experience:
Job Skills:
Job Description:
Country:
State:
City:
Salary:
Currency:
Mercer Code:
Qualifications:
Specialisation:
Languages:
Certifications:
Number of Reports:
Direct Report:
Dotted Line Report:
Job
×
Job Type:
Job 1
Industry:
Industry 1
Job Category:
Job Category 1
Job Role:
Role 1
Job Title:
Software
Experience:
2 Years
Skills:
option 1 ,option2
Job Details
×
Description:
hiii
Requirement:
hiii
Country:
India
State:
Karnataka
City:
Bangalore
Zip / Post Code:
654330
Salary Upto:
50,000
Currency:
Rupees
Salary Frequency:
Frequency 1
Salary Type:
Salary 1
Mercer Job Code:
0056783
Qualifications
×
Educational Qualification:
Qualification 1
Stream:
Btech
Language:
Language 1,Language 2
Professional Qualification:
Qualification 1
@include('layouts.footer')