@vite(['resources/css/app.css', 'resources/js/app.js']) @include('layouts.navigation-public') @php $currentGrade = request('grade'); $searchTerm = request('search', ''); $gradeOptions = ['' => 'All Grades', '6' => 'Grade 6', '7' => 'Grade 7', '8' => 'Grade 8', '9' => 'Grade 9', '10' => 'Grade 10', '11' => 'Grade 11']; @endphp {{-- Hero Section --}}

Study Materials & Past Papers

Find exactly what you need to ace your next exam. Browse our comprehensive library of past papers and study guides.

{{-- Search and Filter Bar (mockup style) --}}
{{-- Resource Grid --}}

Library results

{{ $papers->total() }} papers available

Tap a card to preview the paper in a new tab or use the download action for offline study.

@if($papers->count())
@foreach($papers as $paper) @endforeach
{{ $papers->appends(request()->query())->links() }}
@else

No papers found

Try adjusting your search or clearing the grade filter.

@endif
{{-- Footer Integration --}}