@if (Auth::guard('web')->check())
{{ $comment->created_at->diffForHumans() }}
{{ $comment->text }}
{{ $reply->created_at->diffForHumans() }}
{{ $reply->text }}
{{ $comment->text }}