@extends('layouts.app') @section('content')
WORKSPACE OVERVIEW

Welcome back, {{ Auth::user()->name }}!

Your AI-powered second brain is ready. Organize, summarize, and learn faster than ever before.

Create New Note
Education Hero
Total Notes
{{ $stats['total_notes'] }}
Folders
{{ $stats['total_categories'] }}
AI Summaries
{{ $stats['ai_summaries'] }}
Updates
{{ $stats['recent_updates'] }}

Recent Knowledge

View All activity →
@forelse($recentNotes as $note)
{{ $note->title }}
{{ $note->category->name ?? 'Uncategorized' }} {{ $note->updated_at->diffForHumans() }}
@empty

No notes yet. Start your journey by creating one!

@endforelse
Quick Folders
@foreach($categories as $category) {{ $category->name }} {{ $category->notes_count }} @endforeach
Manage Library
AI Assistant

Deep dive into your notes with AI. Ask questions, generate mind maps, and unlock your full potential.

@endsection