{{--基本资料--}}
@endif
{{--求职意向--}}
{{--自我描述--}}
@if($resume->specialty)
@endif
{{--教育经历--}}
@if($resume->education_list)
@endforeach
@endif
{{--工作经历--}}
@if($resume->work_list)
@endforeach
@endif
{{--培训经历--}}
@if($resume->training_list)
@endforeach
@endif
{{--获得证书--}}
@if($resume->credent_list)
@endif
{{--语言能力--}}
@if($resume->language_list)
@endif
{{--照片/作品--}}
@if($resume->img_list)
@endif
{{--附件简历--}}
@if($resume->word_resume)
@endif
更新时间:{{ date_format_new(strtotime($resume->updated_at)) }}
@if($resume->subsite_cn)
来源:{{$resume->subsite_cn}}
@endif
{{ $resume->fullname }}
{{--高级人才--}}
@if($resume->talent ==1)
@endif
{{--手机认证--}}
@if($resume->is_audit_mobile)
手机已认证
@if($resume->resume_from_pc == 0)
(此简历发布自手机端)
@endif
@endif
{{--醒目标签--}}
@if($resume->strong_tag)
{{$resume->strong_tag}}
{{$resume->sex_cn }}|
{{$resume->age}}岁|
{{$resume->education_cn }}|
{{$resume->experience_cn }}工作经验
@if($content['member_infos']->height)
|身高{{$content['member_infos']->height}}CM
@endif
@if($content['member_infos']->marriage_cn)
|{{$content['member_infos']->marriage_cn}}
@endif
@if($content['member_infos']->major_cn)
|{{ $content['resume']->major_cn }}
@endif
{{--简历标签--}}
@if($resume->tag_cn)
现居住:{{$content['member_infos']->residence_cn or "保密"}}
@if(isset($content['member_infos']->householdaddress_cn)&&!empty($content['member_infos']->householdaddress_cn))
户籍:{{ $content['member_infos']->householdaddress_cn or '保密'}}
@endif
@foreach($resume->tag_cn as $k=>$v)
@else
{{$v}}
@endforeach
现居住:{{$content['member_infos']->residence_cn or "保密"}}
@if(isset($content['member_infos']->householdaddress_cn)&&!empty($content['member_infos']->householdaddress_cn))
户籍:{{ $content['member_infos']->householdaddress_cn or '保密'}}
@endif
@endif
求职意向
期望职位:{{$resume->intention_jobs }}
期望行业:{{$resume->trade_cn or '不限'}}
期望薪资:{{$resume->wage_cn }}|@if($resume->district_cn)想在{{ $content['resume']->district_cn }}工作@endif
求职状态:{{$resume->current_cn}}
期望行业:{{$resume->trade_cn or '不限'}}
期望薪资:{{$resume->wage_cn }}|@if($resume->district_cn)想在{{ $content['resume']->district_cn }}工作@endif
求职状态:{{$resume->current_cn}}
@if($resume->qq)
{!! $resume->qq !!}
@endif
@if($resume->weixin)
{!! $resume->weixin !!}
@endif
@if($resume->telephone)
{!! $resume->telephone !!}
@endif
@if($resume->email)
{!! $resume->email !!}
@endif
@if(!$resume->show_contact)
@endif
@if($resume->show_contact && auth('web-company')->check() && !isset($type))
@if($resume->label_resume)
@foreach($resume->label_arr as $k=>$v)
{{$v}}
@endforeach
@endif
@endif
自我描述
{{$resume->specialty}}
教育经历
@foreach($resume->education_list as $key => $val)
{{$val['startyear']}}-{{$val['startmonth']}}
@if($val['todate'] == 1)
至今
@else
至 {{$val['endyear']}}-{{$val['endmonth']}}
@endif
[{{$val['duration']}}]
[{{$val['duration']}}]
{{$val['education_cn']}}|{{$val['school']}}|{{$val['speciality']}}
工作经历(TA工作了{{$resume->work_duration}},共做了{{$resume->work_count}}份工作)
@foreach($resume->work_list as $key => $val)
{{$val['startyear']}}-{{$val['startmonth']}}
@if($val['todate'] == 1)
至今
@else
至 {{$val['endyear']}}-{{$val['endmonth']}}
@endif
[{{$val['duration']}}]
[{{$val['duration']}}]
{{$val['jobs']}}|{{$val['companyname']}}
工作职责:{{$val['achievements']}}
培训经历
@foreach($resume->training_list as $key => $val)
{{$val['startyear']}}-{{$val['startmonth']}}
@if($val['todate'] == 1)
至今
@else
至 {{$val['endyear']}}-{{$val['endmonth']}}
@endif
[{{$val['duration']}}]
[{{$val['duration']}}]
{{$val['course']}}|{{$val['agency']}}
培训内容:{{$val['description']}}
获得证书
@foreach($resume->credent_list as $key => $val)
{{ $val['year'] }}-{{ $val['month'] }}{{ $val['name'] }}
@endforeach
语言能力
@foreach($content['language'] as $key => $val)
{{$val['language_cn']}}{{$val['level_cn']}}
@endforeach
附件简历
@if($resume->show_contact)
{{$resume->word_resume_title}}
@else
{{$resume->word_resume_title}}
@endif
@if($resume->preview == 0)
(获取简历联系方式以后方可下载)
@endif