{{ $course->description }}
Sections
{{ $totalSections }}
Lectures
{{ $totalLectures }}
Duration
{{ $totalHours ? $totalHours . ' hrs' : 'Flexible' }}
Access
{{ $course->is_free ? 'Free' : 'Paid' }}
What You Will Learn
Structured section-wise learning
Follow a guided flow built around key exam themes, topic sequencing, and concept reinforcement.
Lecture-based conceptual coverage
Move through recorded lectures, notes, and topic breakdowns with an exam-focused orientation.
Preview-enabled important topics
Open lectures marked as preview help learners understand the course approach before enrolling.
Built for disciplined preparation
Designed for aspirants preparing for CSS, PMS, and other high-stakes competitive exams.
Preview Lectures
{{ ucfirst($lecture->content_type) }}
{{ $lecture->description ?: 'Preview this lecture to understand the CEPI teaching approach for this topic.' }}
Course Content
{{ $lesson->title }}
@if ($lesson->description){{ $lesson->description }}
@endif