@extends('base.base') @section('title','错误页面') @section('head_css') @parent @endsection @section('head_js') @parent @endsection @section('content') @parent
个人中心 首页 系统信息管理

{{$user->realname}}

{{$user->introduction}}

@if(!empty($user->post)) @endif @if($user->area) @endif
  • 基本信息
@endsection