@if($mentionee !== null && $url = $mentionee->commentatorProperties()?->url)
{{ '@' . $mentionee->commentatorProperties()->name }}
@else
@if ($mentionee !== null)
{{ '@' . $mentionee?->commentatorProperties()?->name ?? __('comments::comments.guest') }}
@else
{{ '@' . __('comments::comments.deleted_user') }}
@endif
@endif