@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Instructor Dashboard') @section('left_sidebar') @include('front_end.pages.courses.instructor_left_sidebar') @endsection @section('content')
Courses
Students
Avg. Rating
Revenue
| Course | Category | Price | Status | Students | Rating | Actions |
|---|---|---|---|---|---|---|
| {{ $course->category->name ?? 'Uncategorized' }} |
@if($course->price == 0)
Free
@elseif($course->discount_price && $course->discount_ends_at > now())
${{ number_format($course->discount_price, 2) }}
|
{{ $course->is_published ? 'Published' : 'Draft' }} | {{ $course->total_students }} |
|
|
You haven't created any courses yet. Start creating your first course now!
Create Your First CourseCreate engaging videos and clear explanations to keep students engaged.
Respond promptly to student questions and provide helpful feedback.
Keep your course fresh with new content and regular announcements.