@extends('theme::layout.public') @section('seo_title')专家认证 - {{ Setting()->get('website_name') }}@endsection @section('css') @endsection @section('content')
@include('theme::layout.profile_menu')

专家认证

@if(Auth()->user()->authentication) @if( Auth()->user()->authentication->status === 0 ) @elseif( Auth()->user()->authentication->status === 1 ) @else @endif @endif
@if(Auth()->user()->authentication)
真实姓名
{{ 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 }}
专业性证明文件
修改认证资料
@else
@if ($errors->first('real_name')) {{ $errors->first('real_name') }} @endif
@if ($errors->first('title')) {{ $errors->first('title') }} @endif
@if ($errors->first('description')) {{ $errors->first('description') }} @endif
@if ($errors->first('id_card')) {{ $errors->first('id_card') }} @endif
@if ($errors->first('id_card_image')) {{ $errors->first('id_card_image') }} @else
1.请上传身份证正面带有头像的扫描件或清晰照片
2.照片要求格式为JPG/JPEG/GIF/PNG,大小不要超过2M
@endif
@if ($errors->first('skill')) {{ $errors->first('skill') }} @endif
@if ($errors->first('skill_image')) {{ $errors->first('skill_image') }} @else
1.请上传您的工卡、单位证明、资格证书、获奖证书等一切可证明您身份的材料照片
2.照片要求格式为JPG/JPEG/GIF/PNG,大小不要超过2M
@endif
@if ($errors->first('captcha')) {{ $errors->first('captcha') }} @endif
@endif
@endsection @section('script') @endsection