@include('user.components.avatar')
{{Auth::user()->username}}
微信: @if(Auth::user()->wechat) {{Auth::user()->wechat}} @else 未添加 @endif
QQ: @if(Auth::user()->qq) {{Auth::user()->qq}} @else 未添加 @endif
@if (Session::has('successMsg'))
{{Session::get('successMsg')}}
@endif
@if($errors->any())
{{trans('home.error')}}: {{$errors->first()}}
@endif