@extends('theme.master') @section('title', 'Study Material') @section('content')

Study Material

@include('admin.message')
Add PDF
@foreach ($materials as $index => $material) @endforeach @if ($materials->isEmpty()) @endif
# Course Note File
{{ $index + 1 }} {{ $material->course->title ?? 'N/A' }} {{ $material->note }} View File
No materials found for the selected course.
@endsection