fixed no comment bug

master
A1Gard 6 months ago
parent 825dac7fbd
commit 85e8e2f2a7

@ -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