diff --git a/resources/views/show.blade.php b/resources/views/show.blade.php
index 982e927..54f7543 100644
--- a/resources/views/show.blade.php
+++ b/resources/views/show.blade.php
@@ -17,7 +17,7 @@
Display Comments
- @include('partials._comment_replies', ['comments' => $post->comments, 'post_id' => $post->id])
+ @include('partials._comment_replies', ['comments' => $post->comments()->where('parent_id', null)->get(), 'post_id' => $post->id])
Add comment