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

Комментарии на модерацию

@forelse($comments as $comment) @empty @endforelse
Автор Комментарий Статья Действия
{{ $comment->author_name }} {{ $comment->body }} {{ Str::limit($comment->post->title, 20) }}
@csrf @method('PATCH')
@csrf @method('DELETE')
Нет комментариев, ожидающих проверки. Все чисто!
@endsection