Master Repository

Managing {{ $notes->total() }} total entries

New Entry
@foreach($notes as $note) @endforeach
Entry Title Type Category Stats Actions
{{ $note->title }} {{ $note->type }} {{ $note->category->name }} {{ number_format($note->view_count) }} views
@csrf @method('DELETE')
{{ $notes->links() }}