@extends('app.hardware.layout.hardware_mobile')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
{{ $resume->fullname }}
{{$resume->sex_cn }} | {{$resume->age}}岁 | {{$resume->education_cn }} | {{$resume->experience_cn }}工作经验
求职意向
求职状态
{{$resume->current_cn}}
工作性质
{{$resume->nature_cn}}
期望行业
{{$resume->trade_cn or '不限'}}
期望职位
{{$resume->intention_jobs }}
期望地区
{{ $content['resume']->district_cn }}
期望薪资
{{$resume->wage_cn }}
联系方式
@if($resume->telephone)
手机{!! $resume->telephone !!}
@if(!$resume->show_contact && $type == 1)
[下载后查看]
@endif
@endif
@if($resume->email)
邮箱{!! $resume->email !!}
@if(!$resume->show_contact && $type == 1)
[下载后查看]
@endif
@endif
@if($resume->tag_cn)
特长标签
@foreach($resume->tag_cn as $k=>$v)
{{$v}}
@endforeach
@endif
@if($resume->specialty)
自我描述
{{$resume->specialty}}
@endif
@if($resume->education_list)
教育经历
{{count($resume->education_list)}}段教育经历
@foreach($resume->education_list as $key => $val)
{{$val['school']}}[{{$val['duration']}}]
{{$val['startyear']}}-{{$val['startmonth']}}
| {{$val['education_cn']}} | {{$val['speciality']}}
@endforeach
@if(count($resume->education_list) > 1)
@endif
@endif
@if($resume->work_list)
工作经验
{{$resume->work_duration}}做了{{$resume->work_count}}份工作
@foreach($resume->work_list as $key => $val)
{{$val['companyname']}}{{$val['duration']}}
{{$val['startyear']}}-{{$val['startmonth']}}
@if($val['todate'] == 1)
至今
@else
至 {{$val['endyear']}}-{{$val['endmonth']}}
@endif
{{$val['achievements']}}
@endforeach
@if(count($resume->education_list) > 1)
@endif
@endif
@if($resume->training_list)
培训经历
{{count($resume->training_list)}}段培训经历
@foreach($resume->training_list as $key => $val)
{{$val['agency']}}{{$val['duration']}}
{{$val['startyear']}}-{{$val['startmonth']}}
@if($val['todate'] == 1)
至今
@else
至 {{$val['endyear']}}-{{$val['endmonth']}}
@endif
{{$val['description']}}
@endforeach
@if(count($resume->training_list) > 1)
@endif
@endif
@if($resume->credent_list)
获得证书
@foreach($resume->credent_list as $key => $val)
{{$val['name']}}{{$val['year'] }}年{{ $val['month'] }}月获得
@endforeach
@endif
@if($resume->language_list)
语言能力
@foreach($content['language'] as $key => $val)
{{$val['language_cn']}}{{$val['level_cn']}}
@endforeach
@endif
@if($resume->img_list->isNotEmpty())
@endif
@if($type != 4)
@endif
@endsection
@section('script')
@endsection