@include('layouts.talentHeader')
Components
Career Summary
Current Experience
Previous Experience
Education
Certification
Skill & Language
Create Resume of {{$appUserId->name}}
@csrf
@csrf
Copy Resume:
Select a Previous Resume
@foreach($oldResume as $old)
id==$old->id)?'selected':''}}>{{$old->title}}
@endforeach
Career Summary
Position Title:
@error('title')
{{ $message }}
@enderror
Summary:
{{@$resDetails->career_summary}}
@error('career_summary')
{{ $message }}
@enderror
Expected Salary:
Currency:
Select a currency
@php($job_currencyId = @$resDetails->expected_salary_currencyId?@$resDetails->expected_salary_currencyId:old('currency')) @foreach($currency as $currencies)
id == $job_currencyId ?'selected':'')}}>{{$currencies->currency}}
@endforeach
Salary Frequency:
exp_salary_freq == "/month")?'selected':''}}>Per Month
exp_salary_freq == "/year")?'selected':''}}>Per Year
Next
@php($company = json_decode(@$resDetails->current_company_experience))
Current Company Details
Company Name:
Industry:
Select a Industry
@foreach($jobindustries as $jobindustry)
job_industryId==$jobindustry->id)?'selected':''}}>{{$jobindustry->industry}}
@endforeach
Job category:
Select a Category
@php($categoryId = @$company->job_categoryId?@$company->job_categoryId:old('job_category')) @foreach($jobcategories as $jobcategory)
id == $categoryId)?'selected':''}}>{{$jobcategory->category}}
@endforeach
Job role:
Select a Role
@if($categoryId) @php($roleId = @$company->job_roleId?@$company->job_roleId:old('position_role')) @php($roles = \App\JobCategory::find($categoryId)->jobroles) @foreach($roles as $role)
id == $roleId)?'selected':''}}>{{$role->job_role}}
@endforeach @endif
Specialization:
@php($specialozation = @$company->job_specialization?@$company->job_specialization:old('job_specialization')) @if($specialozation) @php($skills = explode(',', $specialozation)) @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
Position title:
Position level:
@php($posLevel = @$company->position_level?@$company->position_level:old('position_level'))
Select Position
Fresh/Entry Level
Head/Director
Junior Executive
Manager
Non-executive
Senior Executive
Senior Manager
Vice President/President/MD
Others
Employed since:
Notice period:
Select your notice period
@php($np = @$company->notice_period?@$company->notice_period:old('notice_period')) @for($i=1; $i<=20; $i++)
{{$i}} Week(s)
@endfor
Country
Select Country
@php($job_country_id = @$company->countryId?@$company->countryId:old('emp_country')) @foreach($countries as $country)
id == $job_country_id ? 'selected' : '')}}>{{$country->name}}
@endforeach
State
Select State
@if(old('emp_country') != null || @$company->stateId != null) @php($job_state_id = @$company->stateId?@$company->stateId:old('emp_state')) @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(old('emp_state') != null || @$company->cityId != null) @php($job_city_id = @$company->cityId?@$company->cityId:old('emp_city')) @php($cities = \App\State::find($job_state_id)->cities) @foreach($cities as $city)
id == $job_city_id ?'selected':'')}}>{{$city->name}}
@endforeach @endif
CTC/Salary::
Currency:
@php($job_currencyId = @$company->currencyId?@$company->currencyId:old('currencies')) @foreach($currency as $currencies)
id == $job_currencyId ?'selected':'')}}>{{$currencies->currency}}
@endforeach
Salary frequency
salary_timeFormat == '/year')?'selected':''}}>Per Year
salary_timeFormat == '/month')?'selected':''}}>Per Month
Responsibilities:
{{@$company->responsibilities}}
Projects undertaken:
{{@$company->projects_undertaken}}
Achievements/Success story:
{{@$company->achievements}}
Next
@php($pre = json_decode(@$resDetails->previous_companies_experiences))
Previous Company Details
Company Name:
Industry
Select Industry
@foreach($jobindustries as $jobindustry)
job_industryId==$jobindustry->id)?'selected':''}}>{{$jobindustry->industry}}
@endforeach
Job category:
Select Category
@php($categoryId = @$pre[0]->job_categoryId?@$pre[0]->job_categoryId:old('previous_job_category[0]')) @foreach($jobcategories as $jobcategory)
id == $categoryId)?'selected':''}}>{{$jobcategory->category}}
@endforeach
Job role:
@if($categoryId) @php($roleId = @$pre[0]->job_roleId?@$pre[0]->job_roleId:old('previous_position_role[0]')) @php($roles = \App\JobCategory::find($categoryId)->jobroles) @foreach($roles as $role)
id == $roleId)?'selected':''}}>{{$role->job_role}}
@endforeach @endif
Specialization:
@php($specialization = @$pre[0]->job_specialization?@$pre[0]->job_specialization:old('previous_specialization[0]')) {{--@foreach($jobskills as $jobskill)
{{$jobskill->skill}}
@endforeach--}} @if($specialization) @php($skills = explode(',', $specialization)) @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
Position title:
Position level:
@php($posLevel = @$pre[0]->position_level?@$pre[0]->position_level:old('previous_position_level[0]'))
Select Position
Fresh/Entry Level
Head/Director
Junior Executive
Manager
Non-executive
Senior Executive
Senior Manager
Vice President/President/MD
Others
Employed from:
Employed till:
Country
Select Country
@php($job_country_id = @$pre[0]->countryId?@$pre[0]->countryId:old('previous_emp_country[0]')) @foreach($countries as $country)
id == $job_country_id ? 'selected' : '')}}>{{$country->name}}
@endforeach
State
Select State
@if(old('previous_emp_country[0]') != null || @$pre[0]->stateId != null) @php($job_state_id = @$pre[0]->stateId?@$pre[0]->stateId:old('previous_emp_state[0]')) @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(old('previous_emp_state[0]') != null || @$pre[0]->cityId != null) @php($job_city_id = @$pre[0]->cityId?@$pre[0]->cityId:old('previous_emp_city[0]')) @php($cities = \App\State::find($job_state_id)->cities) @foreach($cities as $city)
id == $job_city_id ?'selected':'')}}>{{$city->name}}
@endforeach @endif
Last drawn salary:
Currency:
@php($job_currencyId = @$pre[0]->currencyId?@$pre[0]->currencyId:old('previous_emp_currency[0]')) @foreach($currency as $currencies)
id == $job_currencyId ?'selected':'')}}>{{$currencies->currency}}
@endforeach
Salary frequency:
salary_timeFormat == '/year')?'selected':''}}>Per Year
salary_timeFormat == '/month')?'selected':''}}>Per Month
Responsibilities:
{{@$pre[0]->responsibilities}}
Projects undertaken:
{{@$pre[0]->projects_undertaken}}
Achievements/Success story:
{{@$pre[0]->achievements}}
Next
@php($edu = json_decode(@$resDetails->qualifications))
Education
Course name:
@if(old('education_level[0]') || @$edu[0]->education_level_id != null) @php($eduLevel = @$edu[0]->education_level_id?@@$edu[0]->education_level_id:old('education_level[0]')) @foreach($qualification as $education) @if($education->qualification == $eduLevel))
{{$education->qualification}}
@else
{{$education->qualification}}
@endif @endforeach @else @foreach($qualification as $education)
{{$education->qualification}}
@endforeach @endif
Specialization:
Institution/University/Boared:
Completion date:
Country
Select Country
@php($job_country_id = @$edu[0]->countryId?@$edu[0]->countryId:old('country_1[0]')) @foreach($countries as $country)
id == $job_country_id ? 'selected' : '')}}>{{$country->name}}
@endforeach
Next
@php($cert = json_decode(@$resDetails->certifications))
Certification
Certification name:
@if(old('certification_name[0]')|| @$cert[0]->certification_name) @php($cerName = @$cert[0]->certification_name?@$cert[0]->certification_name:old('certification_name[0]')) @foreach($certification as $certificate) @if($certificate->certification == $cerName)
{{$certificate->certification}}
@else
{{$certificate->certification}}
@endif @endforeach @else @foreach($certification as $certificate)
{{$certificate->certification}}
@endforeach @endif
Awarding body
Completion date:
Country
Select Country
@php($job_country_id = @$cert[0]->countryId?@$cert[0]->countryId:old('country_certification[0]')) @foreach($countries as $country)
id == $job_country_id ? 'selected' : '')}}>{{$country->name}}
@endforeach
Next
Skills & Languages
Skills:
@php($skillsIds = @$resDetails->skills_ids?str_replace('_',',',@$resDetails->skills_ids):old('skills[0]'))
@if(old('skills[0]') || @$resDetails->skills_ids) @php($skillsIds = @$resDetails->skills_ids?str_replace('_',',',@$resDetails->skills_ids):old('skills[0]')) @php($skills = explode(',', $skillsIds)) @foreach($jobskills as $jobskill) @if(in_array($jobskill->id, $skills))
{{$jobskill->skill}}
@else
{{$jobskill->skill}}
@endif @endforeach @else @foreach($jobskills as $jobskill)
{{$jobskill->skill}}
@endforeach @endif
Languages know::
@if(old('native_language[0]') || @$resDetails->languages != null) @php($lang = @$resDetails->languages?@$resDetails->languages:old('native_language[0]')) @php($languages = explode(',', $lang)) @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
@if($type == 'Emp')
@endif
Submit
Recruiting Information
×
Reason:
hi allll
Replacement For:
option1, option2
Start Date:
16-7-2020
Approval Date:
16-10-2020
Appointing Head Hunter Date:
16-11-2020
End Date:
16-12-2020
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')