@extends('admin/public/layout') @section('title')添加专家认证信息@endsection @section('content') 添加专家认证信息 {{ csrf_field() }} 申请认证的用户UID @if($errors->has('user_id')) {{ $errors->first('user_id') }} @endif 头像 真实姓名 @if($errors->has('real_name')) {{ $errors->first('real_name') }} @endif 性别 男 女 保密 所在城市 请选择省份 @foreach($provinces as $province) id) selected @endif>{{ $province->name }} @endforeach 请选择城市 身份职业 @if ($errors->has('title')) {{ $errors->first('title') }} @endif 自我介绍 {{ old('description','') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif 身份证号码 @if($errors->has('id_card')) {{ $errors->first('id_card') }} @endif 所属分类 选择分类 @include('admin.category.option',['type'=>'experts','select_id'=>0]) 认证领域 @if($errors->has('skill')) {{ $errors->first('skill') }} @endif 专业性证明文件 状态 (禁用后前台不会显示) 待审核 通过审核 审核失败 审核失败的原因 推荐 (推荐后会按照推荐时间显示到首页) @foreach( trans_common_bool('all') as $key => $name ) {{ $name }} @endforeach @endsection @section('script') @endsection
{{ $errors->first('user_id') }}
{{ $errors->first('real_name') }}
{{ $errors->first('title') }}
{{ $errors->first('description') }}
{{ $errors->first('id_card') }}
{{ $errors->first('skill') }}