@extends('layouts.app') @section('title', '修改资料') @section('content')
@include('pages.users._left', ['_left'=> ['active'=> 'edit']])
@include('shared._error')

修改资料

{{-- 错误消息 --}} @include('shared._error')
如:张三
请跟 GitHub 上保持一致
如:name@website.com
如:李小明
如:北京、广州
如:阿里巴巴
如:技术小组长
如:example.com,不需要加前缀 https://
{{--
@if($user->info->wechat_qrcode) x @endif
你的微信个人账号,或者订阅号
@if($user->info->payment_qrcode) x @endif
文章打赏时使用,微信支付二维码
--}}
请一句话介绍你自己,大部分情况下会在你的头像和名字旁边显示
文章署名,会拼接在每一个你发表过的帖子内容后面。支持 Markdown。
@stop