@include('header')

{{ $totalComments }} Comments

@foreach($post->comments as $comment)
{{ $comment->name }} Reply

{{ $comment->comment }}

@if($comment->replies->count() > 0) View Replies ({{ $comment->replies->count() }}) @endif
@endforeach

Leave a Reply

Your email address will not be published. Required fields are marked *

@csrf
@include('footer')