Manage Course: {{ $course->subject->name }} ({{ $course->level->name }})

{{-- Show ONLY the module this section belongs to --}}

{{ $section->module->name }}

Chapters ({{ $section->title }})

{{-- Reorder form --}}
@csrf
{{-- Delete forms --}} @foreach($section->chapters as $chapter) @endforeach {{-- Add Chapter --}}
@csrf