{{ $note->summary }}
Attachment {{ $attachment->media_type }} is not supported yet
@endif @endforeach@php $user_url = null; if ($actor->blog_id) { $user_url = route ('blogs.show', [ 'blog' => $actor->blog->slug ]); } else if ($actor->user_id) { $user_url = route ('users.show', [ 'user_name' => $actor->user->name ]); } else { $user_url = route ('users.show', [ 'user_name' => $actor->local_actor_id ]); } @endphp @extends("partials.layout") @section ("title", "View Post") @section ("content")
In Reply To: this post
@endifAttachment {{ $attachment->media_type }} is not supported yet
@endif @endforeach
Likes: {{ $note->get_likes ()->count () }}
Boosts: {{ $note->get_boosts ()->count () }}
Hashtags:
@foreach ($note->get_hashtags ()->get () as $hashtag)
{{ $hashtag->name }}
@endforeach
Mentions:
@foreach ($note->get_mentions ()->get () as $mention)
{{ $mention->actor->local_actor_id ?? '@' . $mention->actor->preferredUsername }}
@endforeach
Comments
@endauth
Displaying 0 of {{ $note->get_replies ()->count () }} comments