{{$comment->author->username}}
@if($comment->author->email_verified_at && $comment->author->birthdate && ($comment->author->verification && $comment->author->verification->status == 'verified'))
@include('elements.icon',['icon'=>'checkmark-circle-outline','centered'=>true,'classes'=>'ml-1 text-primary'])
@endif
@if(Auth::user()->id == $comment->author->id)
@include('elements.icon',['icon'=>'trash-outline'])
@else
@endif