@include('layouts.talentHeader')

Resume View

@php($timeOps = new \App\JobCategory()) @php($currCom = json_decode($resume->current_company_experience)) @php($education = json_decode($resume->qualifications)) @php($cert = json_decode($resume->certifications))
@php($curJobCat = \App\JobCategory::find(@$currCom->job_categoryId)) @if(Auth::user()->user_level_id == 4 && $contact == 1) @php($candEmail = $resume->empCandidate->email) @php($candPhone = $resume->empCandidate->phone) @elseif(Auth::user()->user_level_id == 4 && $contact == 0) @php($candEmail = "Not requested") @php($candPhone = "Not requested") @else @php($candEmail = $resume->empCandidate->email) @php($candPhone = $resume->empCandidate->phone) @endif @php($curCountry = \App\Country::find(@$currCom->countryId)) @php($curState = \App\State::find(@$currCom->stateId)) @php($curCity = \App\City::find(@$currCom->cityId))
Girl in a jacket
{{$resume->empCandidate->name}}
{{$currCom->position_title}} {{$curJobCat->category}}
{{$currCom->company_name}}
EXPERIENCE: @php($time = $timeOps->parseDurationToUserFriendlyFormat(@$resume->total_experience)) {{substr($time, 0, strpos($time, 'month')+6)}}
EMAIL ID: {{$candEmail}}
COUNTRY: {{$curCountry->name}}
LOCATION: {{@$curState->name}}/{{@$curCity->name}}
AGE: {{@$resume->empCandidate->age_group}}
PHONE NO: {{$candPhone}}
@foreach($education as $qualification) @if($qualification->completion_date != null) @endif @php($quaCountry = \App\Country::find(@$qualification->countryId)) @endforeach @php($curJobIndustry = \App\JobIndustries::find(@$currCom->job_industryId)) @php($prevCom = json_decode($resume->previous_companies_experiences)) @foreach($prevCom as $prev) @php($prevJobCat = \App\JobCategory::find(@$prev->job_categoryId)) @php($prevCountry = \App\Country::find(@$prev->countryId)) @php($prevState = \App\State::find(@$prev->stateId)) @php($prevCity = \App\City::find(@$prev->cityId)) @php($prevCountry = \App\Country::find(@$prev->countryId)) @php($prevJobIndustry = \App\JobIndustries::find(@$prev->job_industryId)) @endforeach @if(is_array($cert)) @foreach($cert as $certificate) @endforeach @endif
CAREER SUMMARY

{{$resume->career_summary}}
EDUCATION

01 Jan 1970

Programme :

Specialization :

Institution :

Country :

EXPERIENCE

{{$currCom->position_title}} {{$curJobCat->category}} at {{$currCom->company_name}}
{{gmdate('d M Y', strtotime($currCom->employed_since))}} - Present
Inustry: {{@$curJobIndustry->industry}}
Job Category: {{@$curJobCat->category}}
Job Sepciality: {{@$currCom->job_specialization}}
Job Position: {{@$currCom->position_level}}
Job Location: {{@$curCountry->name}}/{{@$curState->name}}/{{@$curCity->name}}
Current Salary:{{@$currCom->salary}}{{@$currCom->salary_timeFormat}}
Responsibilities
Projects Undertaken
Achievements
{{$prev->position_title}} {{$prevJobCat->category}} at {{$prev->company_name}}
{{gmdate('d M Y', strtotime(@$prev->employed_since))}} - {{gmdate('d M Y', strtotime(@$prev->employed_till))}}
Inustry: {{$prevJobIndustry->industry}}
Job Category: {{$prevJobCat->category}}
Job Sepciality: {{$prev->job_specialization}}
Job Position: {{$prev->position_level}}
Job Location: {{$prevCountry->name}}/{{$prevState->name}}/{{$prevCity->name}}
Salary:{{$prev->salary}}{{$prev->salary_timeFormat}}
Responsibilities
Projects Undertaken
Achievements
CERTIFICATION

{{$certificate->certification_name}} from {{$certificate->awarding_body}}

@php($cerCountry = \App\Country::find(@$certificate->countryId))

{{@$cerCountry->name}}

Completed On: {{gmdate('d M Y', strtotime($certificate->completion_date))}}

SKILLs

@php($skills = explode('_', $resume->skills_ids)) @php($sk = '') @foreach($skills as $skill) @php($ski = \App\JobSkills::find($skill)) @php($sk = $sk.$ski->skill.',') @endforeach {{substr($sk, 0, -1)}}
LANGUAGES

{{$resume->languages}}
SALARY & NOTICE PERIOD

@php($expCurrency = \App\Currency::find(@$resume->expected_salary_currencyId)) Expected salary: {{@$expCurrency->currency}} {{$resume->expected_salary}} {{$resume->exp_salary_freq}}
@php($currCurrency = \App\Currency::find(@$currCom->currencyId)) Current salary: {{$currCurrency->currency}} {{@$currCom->salary}}{{$currCom->salary_timeFormat}}
Notice period: {{$currCom->notice_period}} Week(s)
Generated using ATS2U a Trita platform
@include('layouts.footer')