@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() }} 篇文章
-
@foreach($articles as $article)
-
{{ $article->supports }}/{{ $article->views }}
{{ timestamp_format($article->created_at) }}
@endforeach
{!! str_replace('/?', '?', $articles->render()) !!}
@endsection