@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Edit Course - ' . $course->title) @section('left_sidebar') @include('front_end.pages.courses.instructor_left_sidebar') @endsection @section('content')
Your course title should clearly state what students will learn and be engaging.
Include what students will learn, prerequisites, and course structure.
Select the most relevant category to help students find your course.
Clearly state what students will be able to do after completing your course.
Start building your course by adding sections and lessons.
Look at similar courses to price yours competitively.
Price should reflect the quality and depth of your course.
Create urgency with temporary discount offers.
Mark some lessons as free to attract students.
| Code | Discount | Usage / Limit | Expires | Status |
|---|---|---|---|---|
| {{ $coupon->code }} | @if($coupon->discount_type == 'percentage') {{ $coupon->discount_amount }}% @else ${{ number_format($coupon->discount_amount, 2) }} @endif |
|
@if($coupon->expires_at) {{ date('M d, Y', strtotime($coupon->expires_at)) }} @else Never @endif | {{ $coupon->is_active ? 'Active' : 'Inactive' }} |