{{ $note->created_at->diffForHumans() }} - {{ $note->createdByUser->name }}
@if($related)
@if(class_basename($note->noteable->getMorphClass()) == 'Person') {{ $note->noteable->name }} @elseif(class_basename($note->noteable->getMorphClass()) == 'Organization') {{ $note->noteable->name }} @endif
@endif
@if($note->pinned == 1) @else @endif
@if($editing)
@else
{!! $note->content !!}
@if($note->noted_at)
@endif @endif