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

最新评论

@forelse($comments as $comment)
{{ $comment->author }} · {{ $comment->article?->title }}
{!! $comment->content !!}
@empty

暂无评论

@endforelse
@endsection