@isset($candidate['resume']['about'])
{{ __('common.about_me') }}
{{$candidate['resume']['about']}}
@endif
@isset($candidate['resume']['description'])
{{ __('common.related_skills') }}
{{$candidate['resume']['description']}}
@endif
{{ __('common.i_love_to_work_on') }}
{{ __('common.job_title') }}
{{$candidate['resume']['name']}}
{{ __('common.experience') }}
@include('components.attribute_render', [
'attributes' => $candidate['resume']['attributes'],
'string' => 'experience'
])
{{ __('common.search_field') }}
@include('components.industry_render', ['industries' => $candidate['resume']['industries']])
{{ __('common.time') }}
@include('components.attribute_render', [
'attributes' => $candidate['resume']['attributes'],
'string' => 'time'
])
{{ __('common.level') }}
@include('components.attribute_render', [
'attributes' => $candidate['resume']['attributes'],
'string' => 'level'
])
{{ __('common.language') }}
@include('components.attribute_render', [
'attributes' => $candidate['resume']['attributes'],
'string' => 'language'
])
{{ __('common.salary_expected') }}
@if( $candidate['resume']['salary_negotiation'])
{{ __('common.negotiate') }}
@else
{{number_format($candidate['resume']['salary_from'])}}
- {{number_format($candidate['resume']['salary_to'])}}
{{$candidate['resume']['salary_currency']}}
@endif
@if($candidate['works'])
{{ __('common.process_job') }}
@foreach($candidate['works'] as $work)
{{$work['name']}}
{{$work['additional']['job_title']}}
{{$work['from_year']}} - {{$work['to_year']}}
@endforeach
@endif
@if($candidate['educations'])
{{ __('common.process_study') }}
@foreach($candidate['educations'] as $education)
{{$education['school_name']}}
{{$education['study_field']}}
{{$education['degree']}}
{{$education['from_year']}} - {{$education['to_year']}}
@endforeach
@endif
www.thue.today - tìm việc ngay hôm nay