基本资料
@if($member)
@if($member->images)
 }})
@else
@if($member->sex==1)

@else

@endif
@endif
@else

@endif
手机认证
{{ auth('web-member')->user()->mobile }}
@if(auth('web-member')->user()->mobile_audit)
已认证
@else
未认证
@endif
邮箱认证
{{ auth('web-member')->user()->email }}
@if(auth('web-member')->user()->email_audit)
已认证
@else
未认证
@endif
用户名
{{ auth('web-member')->user()->username }}
@endsection
@section('script')
@endsection