Management Dashboard

Administrative Overview

New Entry

Total Repository

{{ number_format($stats['total_notes']) }} Notes

Global Reach

{{ number_format($stats['total_views']) }} Views

Subject Areas

{{ number_format($stats['total_categories']) }} Topics

Authorization

Manage Student Access Control

Promotions

Ad Control Center

{{ $stats['total_ads'] }} Active Campaigns

Recent Repository Entries

Master List
@foreach($recent_notes as $note) @endforeach
Entry Title Classification Status Actions
{{ substr($note->title, 0, 1) }}
{{ $note->title }}
{{ $note->category->name }}
Live

High Performance

@foreach($top_notes as $index => $note)
0{{ $index + 1 }}

{{ $note->title }}

{{ number_format($note->view_count) }} Views

@endforeach

Active Campaigns

@forelse($active_ads as $ad)

{{ $ad->title }}

{{ str_replace('_', ' ', $ad->placement) }}

@empty

No active campaigns.

@endforelse