@extends('user.layouts') @section('content')
@if (Session::has('successMsg'))
{{Session::get('successMsg')}}
@endif @if($errors->any())
{{trans('home.error')}}: {{$errors->first()}}
@endif
头像
{{Auth::user()->username}}

@if(Auth::user()->wechat) {{Auth::user()->wechat}} @else 未添加 @endif

@if(Auth::user()->qq) {{Auth::user()->qq}} @else 未添加 @endif

@endsection @section('script') @endsection