fixed no comment bug

master
A1Gard 4 weeks ago
parent 935828dabb
commit fc33d4ed2a

@ -3,7 +3,7 @@
<h5> <h5>
{{__("Comments")}} {{__("Comments")}}
</h5> </h5>
@foreach($data['comments'] as $comment) @foreach($data['comments']??[] as $comment)
@include('segments.post.SimplePost.inc.comment-detail',$comment) @include('segments.post.SimplePost.inc.comment-detail',$comment)
@endforeach @endforeach
<h5> <h5>

Loading…
Cancel
Save