{{ $note->summary }}
Attachment {{ $attachment->media_type }} is not supported yet
@endif @endforeach@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