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

专家认证 修改认证资料

@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
返回
@endsection @section('script') @endsection