{{-- Header --}}

Notes

Organize your thoughts and ideas

New Note
{{-- Stats --}}
{{ $notes->count() }}
Total Notes
{{ $notes->where('is_favorite', true)->count() }}
Favorites
{{ $categories->count() }}
Categories
{{ number_format($notes->sum('word_count')) }}
Total Words
{{-- Filter bar --}}
{{ $notes->count() }} notes
{{-- Notes container --}}
@include('notes.partials.notes-grid', ['notes' => $notes])