{{ $note->title }}

Last updated {{ $note->updated_at->diffForHumans() }}

@if (session('success')) @endif @if (session('share_url')) @endif @if (session('temp_summary'))
Preview: AI Summary
@csrf
{!! (new \Parsedown())->text(session('temp_summary')) !!}
@endif @if ($note->ai_summary)
Saved AI Summary
@csrf
{!! (new \Parsedown())->text($note->ai_summary) !!}
@endif
@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
Ask your Note
AI
Hi! I've read this note. You can ask me to summarize it, find specific details, or explain concepts from the content.