Manage programs, pricing, curriculum size, and publishing state.
| Program | Instructor | Category | Curriculum | Pricing | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $course->title }} {{ $course->slug }} |
{{ $course->instructor->name ?? 'Not assigned' }} | {{ $course->category->name ?? 'Uncategorized' }} |
{{ $course->total_lectures }} lectures
{{ gmdate('H:i', $course->total_duration) }} hrs
|
@if ($course->is_free) Free @elseif ($course->discount_price) PKR {{ number_format((float) $course->discount_price, 0) }} PKR {{ number_format((float) $course->price, 0) }} @else PKR {{ number_format((float) $course->price, 0) }} @endif | {{ ucfirst($course->status) }} | Manage |
| No courses found yet. | ||||||