diff --git a/resources/views/segments/comments/SimpleComments/SimpleComments.blade.php b/resources/views/segments/comments/SimpleComments/SimpleComments.blade.php index c04ea28..cf6934d 100644 --- a/resources/views/segments/comments/SimpleComments/SimpleComments.blade.php +++ b/resources/views/segments/comments/SimpleComments/SimpleComments.blade.php @@ -3,7 +3,7 @@
{{__("Comments")}}
- @foreach($data['comments'] as $comment) + @foreach($data['comments']??[] as $comment) @include('segments.post.SimplePost.inc.comment-detail',$comment) @endforeach