My Knowledge Base

Manage and organize your AI-powered insights.

New Note
@if (session('success')) @endif @if (session('error')) @endif
@if(request('search')) @endif
@csrf
Showing {{ $notes->count() }} notes
@forelse ($notes as $index => $note)
{{ $note->title }}
@if($note->category) {{ $note->category->name }} @endif

{{ Str::limit(strip_tags($note->content), 120) }}

@foreach ($note->tags as $tag) #{{ $tag->name }} @endforeach
@if($note->structured_content)
@endif
@empty

No notes found

Try a different search term or create a new note.

Create new note
@endforelse
@push('modals') @endpush