{{$comment->created_at->format('M jS h:i A').' '.$comment->user->name}} says

{!!$comment->body!!}

{{--

@include('likes.index', ['item' => $comment])

--}} @if($comment->replies->count() > 0) @foreach( $comment->replies as $key => $reply ) @include('review::reviews.pdf.comments.reply', [ 'reply' => $reply, 'comment' => $comment ]) @endforeach @endif