@php($currentUser= get_current_comment_user()) @php($commentable = $currentUser->authenticated || get_buzzy_config('COMMENTS_GUEST_COMMENT', true))
@if(isset($parent_id)) @endif
{{ $currentUser->icon}}
@if(!$currentUser->authenticated && get_buzzy_config('COMMENTS_GUEST_COMMENT', true))
@if(get_buzzy_config('BuzzyGuestCommentCaptcha')=="on" && get_buzzy_config('reCaptchaKey') !== '')
@endif
@endif @if(get_buzzy_config('COMMENTS_USE_SPOILER_COMMENT', false)) @php($cid = uniqid())
@endif