No comments available.
@else| Name | Message | Blog Post | Status | Actions | |
|---|---|---|---|---|---|
| {{ $comment->name }} | {{ $comment->email }} | {{ Str::limit($comment->message, 50) }} | {{ $comment->blogNews->title ?? 'N/A' }} | {{ $comment->approved ? 'Approved' : 'Pending' }} | @if(!$comment->approved) @endif |