{{ $note->typeIcon() }}
{{ $note->user->name }} {{ $note->created_at->diffForHumans() }}

{{ $note->note }}

@if($note->type !== 'note') {{ $note->type }} @endif