@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')

{{ $articles->total() }} 篇文章

{!! str_replace('/?', '?', $articles->render()) !!}
@endsection