ID: {{ $note->id }}
Content: {{ $note->content }}
Author: {!! $note->author ? link_to_route('backend.users.show', $note->author->username, ['id' => $note->author->id]) : 'System' !!}
Timestamp: {{ $note->created_at->format('g:iA n/j/Y') }}