@extends('theme::layout') @section('content')

最新评论

@forelse($comments as $comment)
@include('theme::partials.comment-author') · {{ $comment->article?->title }}
{!! $comment->content !!}
@empty

暂无评论

@endforelse
@endsection