@extends("partials.layout")
@section ("title", "View Post")
@section ("content")
published
View Profile
{{ $actor->name }}'s Post
@if (auth ()->check () && auth ()->user ()->is ($actor->user))
@endif
@if ($note->in_reply_to)
In Reply To: this post
@endif
{{ $note->summary }}
{!! $note->content !!}
@foreach ($note->attachments as $attachment)

@endforeach
@auth
@endauth
Likes: {{ $note->get_likes ()->count () }}
Boosts: {{ $note->get_boosts ()->count () }}
@endsection
Comments
@endauth
Displaying 0 of {{ $note->get_replies ()->count () }} comments