@extends('theme::layout.public') @section('css') @endsection @section('jumbotron')
{{ $userInfo->name }}
{{ $userInfo->name }} @if($userInfo->title) - {{ $userInfo->title }} @endif @if($userInfo->userData->authentication_status === 1)
实名认证 专业认证
@endif

性别: @if($userInfo->gender===1) @elseif($userInfo->gender===2) @else @endif {{ Area()->getName($userInfo->province) }} @if($userInfo->city>0 && Area()->getName($userInfo->province)!=Area()->getName($userInfo->city)) - {{ Area()->getName($userInfo->city) }} @endif 注册于 {{ $userInfo->created_at->toDateString() }}
@if($userInfo->userData->authentication_status == 1)

擅长:{{ $userInfo->authentication->skill }}

@endif

{{ $userInfo->description }}

@if(Auth()->check() && Auth()->user()->id === $userInfo->id) 编辑个人资料 @if(config('pay.open')) 金币管理 @endif @else @if(Auth()->check() && Auth()->user()->isFollowed(get_class($userInfo),$userInfo->id)) @else @endif 向TA求助 @endif
主页被访问 {{ $userInfo->userData->views }} 次
@endsection @section('content')
@yield('space_content')
@endsection