avatar @if ($comment->user->isAdmin())
Admin
@endif
@admin @if ($comment->spam_reports > 0)
Spam Reports: {{ $comment->spam_reports }}
@endif @endadmin @if ($comment->is_status_update)

Status Changed to "{{ $comment->status->name }}"

@endif
{!! nl2br(e($comment->body)) !!}
{{ $comment->user->name }}
{{-- @if ($comment->user->id === $comment->idea->user->id) --}} @if ($comment->user->id === $ideaUserId)
OP
@endif
{{ $comment->created_at->diffForHumans() }}
@auth
@endauth