@foreach($comments as $comment)
{{ $comment->user->name }}

{{ $comment->comment }}

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