@extends('front_end.layouts.home')
@php
$showRightSidebar = false;
@endphp
@section('title', 'Add Lesson - ' . $course->title)
@section('left_sidebar')
@include('front_end.pages.courses.instructor_left_sidebar')
@endsection
@section('content')
Add Lesson
Section: {{ $section->title }}
Lesson Creation Tips
Best Practices:
- Keep lessons focused on a single topic or objective.
- Aim for 5-15 minutes per video to maintain engagement.
- Include supplementary materials to enhance learning.
- Use consistent naming conventions for your lessons.
@push('scripts')
@endpush
@endsection