专家认证
@if(Auth()->user()->authentication) @if( Auth()->user()->authentication->status === 0 )
您的申请提交成功!我们会在三个工作日内处理,处理结果会通过邮件、站内消息方式通知您,如有疑问请联系官方管理员。
@elseif( Auth()->user()->authentication->status === 1 )
恭喜,您的认证申请已通过审核!
@else
抱歉,经过我们的审核您提交的资料未通过审核,请核实一下资料信息,再次提交。
@if(Auth()->user()->authentication->failed_reason)失败原因:{{ Auth()->user()->authentication->failed_reason }}@endif
@endif
@endif
@if(Auth()->user()->authentication)
@else
@endif
- 真实姓名
- {{ Auth()->user()->authentication->real_name }}
- 性别
- {{ trans_gender_name(Auth()->user()->authentication->gender) }}
- 所在城市
- {{ Area()->getName(Auth()->user()->authentication->province) }} @if(Auth()->user()->authentication->city>0 && Area()->getName(Auth()->user()->authentication->province)!=Area()->getName(Auth()->user()->authentication->city)) - {{ Area()->getName(Auth()->user()->authentication->city) }} @endif
- 职业身份
- {{ Auth()->user()->authentication->title }}
- 个人简介
- {{ Auth()->user()->authentication->description }}
- 身份照号码
- {{ Auth()->user()->authentication->id_card }}
- 身份照正面照片
- 认证领域
- {{ Auth()->user()->authentication->skill }}
- 专业性证明文件
- 修改认证资料