@extends('admin/public/layout') @section('title')编辑专家认证信息@endsection @section('content') 编辑专家认证信息 头像 @if($authentication->id_card_image) @endif 真实姓名 @if($errors->has('real_name')) {{ $errors->first('real_name') }} @endif 性别 gender === 1) checked @endif >男 gender === 2) checked @endif >女 gender === 0) checked @endif >保密 所在城市 请选择省份 @foreach($data['provinces'] as $province) province == $province->id) selected @endif>{{ $province->name }} @endforeach 请选择城市 @foreach($data['cities'] as $city) city == $city->id) selected @endif >{{ $city->name }} @endforeach 身份职业 @if ($errors->has('title')) {{ $errors->first('title') }} @endif 自我介绍 {{ old('description',$authentication->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'=>$authentication->category_id]) 认证领域 @if($errors->has('skill')) {{ $errors->first('skill') }} @endif 专业性证明文件 @if($authentication->skill_image) @endif 状态 (禁用后前台不会显示) status === 0) checked @endif /> 待审核 status === 1) checked @endif /> 通过审核 status === 4 ) checked @endif /> 审核失败 审核失败的原因 推荐 (推荐后会按照推荐时间显示到首页) @foreach( trans_common_bool('all') as $key => $name ) recommend_at === $key) checked @endif /> {{ $name }} @endforeach @endsection @section('script') @endsection
{{ $errors->first('real_name') }}
{{ $errors->first('title') }}
{{ $errors->first('description') }}
{{ $errors->first('id_card') }}
{{ $errors->first('skill') }}