{{$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 @include('elements.icon',['icon'=>'heart-outline']) @endif
{{$comment->message}}
{{$comment->created_at->format('g:i A')}}
{{count($comment->reactions)}} {{trans_choice('likes',count($comment->reactions))}}