@extends('theme::layout.space') @section('seo_title')@if(Auth()->check() && Auth()->user()->id === $userInfo->id )我@else{{ $userInfo->name }} @endif 的个人主页 - {{ Setting()->get('website_name') }}@endsection @section('space_content')
{{ timestamp_format($doing->created_at) }} {{ $doing->action_text }}
{{ $doing->content }}
@endif