{{ $user->displayName }}
{{ '@' . $user->username }}
@if ($user->meta_data['bio'] ?? null){{ str(nl2br($user->meta_data['bio']))->toHtmlString() }}
@endif@if ($activity->event == 'deleted') {{ __($activity->description) }} @elseif ($activity->event == 'replied' || $activity->event == 'updated-reply') {{ __($activity->description) }} @if ($activity->subject?->thread?->slug) {{ $activity->subject->thread->title }} @endif @else {{ __($activity->description) }} @if ($activity->subject?->slug) {{ $activity->subject->title }} @endif @endif
{{ $activity->subject->thread->description }}
@endif @elseif($activity->subject?->slug){{ $activity->subject->description }}
@endif