@extends('jkq.module.layouts.main_index') @push('meta') @endpush @push('css') @endpush @section('content')
{{--基本资料--}}
更新时间:{{ 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}}
@endif
{{$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)
{{$v}}
@endforeach
@else
现居住:{{$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}}
@if($resume->qq)
{!! $resume->qq !!}
@endif @if($resume->weixin)
{!! $resume->weixin !!}
@endif @if($resume->telephone)
{!! $resume->telephone !!}
@endif @if($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
{{--自我描述--}} @if($resume->specialty)
自我描述
{{$resume->specialty}}
@endif {{--教育经历--}} @if($resume->education_list)
教育经历
@foreach($resume->education_list as $key => $val)
{{$val['startyear']}}-{{$val['startmonth']}} @if($val['todate'] == 1) 至今 @else 至 {{$val['endyear']}}-{{$val['endmonth']}} @endif
[{{$val['duration']}}]
{{$val['education_cn']}}|{{$val['school']}}|{{$val['speciality']}}
@endforeach
@endif {{--工作经历--}} @if($resume->work_list)
工作经历(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['jobs']}}|{{$val['companyname']}}
工作职责:{{$val['achievements']}}
@endforeach
@endif {{--培训经历--}} @if($resume->training_list)
培训经历
@foreach($resume->training_list as $key => $val)
{{$val['startyear']}}-{{$val['startmonth']}} @if($val['todate'] == 1) 至今 @else 至 {{$val['endyear']}}-{{$val['endmonth']}} @endif
[{{$val['duration']}}]
{{$val['course']}}|{{$val['agency']}}
培训内容:{{$val['description']}}
@endforeach
@endif {{--获得证书--}} @if($resume->credent_list)
获得证书
@foreach($resume->credent_list as $key => $val)
{{ $val['year'] }}-{{ $val['month'] }}{{ $val['name'] }}
@endforeach
@endif {{--语言能力--}} @if($resume->language_list)
语言能力
@foreach($content['language'] as $key => $val)
{{$val['language_cn']}}{{$val['level_cn']}}
@endforeach
@endif {{--照片/作品--}} @if($resume->img_list)
照片/作品
@foreach($resume->img_list as $key => $val) @endforeach
@endif {{--附件简历--}} @if($resume->word_resume)
附件简历
@endif
@endsection @section('script') @endsection