Content:
{{ $note->content }}
Author:
{{ $note->user->name }}
Related To:
{{ class_basename($note->noteable_type) }} #{{ $note->noteable_id }}
Created At:
{{ $note->created_at->format('M d, Y H:i') }}
Updated At:
{{ $note->updated_at->format('M d, Y H:i') }}