{{ $comment->body }}
@if(Auth::check() && Auth::user()->name == $comment->user->name) @endif@include('front/comments/comments', ['comments' => $comment->allRepliesWithOwner])
@endif