SmartNotes AI
{{ $note->title }}
Shared by
{{ $note->user->name }}
• {{ $note->created_at->format('M d, Y') }}
@foreach ($note->tags as $tag)
#{{ $tag->name }}
@endforeach @if($note->category)
{{ $note->category->name }}
@endif
@if($note->structured_content)
{!! (new \Parsedown())->text($note->structured_content) !!}
@else
{{ $note->content }}
@endif
© {{ date('Y') }} SmartNotes AI Platform