@foreach($comments as $comment)
parent_id != null) style="margin-left:40px;" @endif> {{ $comment->user->name }}

{{ $comment->body }}

@csrf
@include('complain.posts.partials.commentsDisplay', ['comments' => $comment->replies])
@endforeach