@extends('layouts.app') @section('title', $user->name . ' 的个人中心') @section('content')
{{ $user->introduction }}
{{ $user->created_at->diffForHumans() }}
{{ $user->last_active_at->diffForHumans() }}