@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 Information
@csrf
@error('title')
{{ $message }}
@enderror
A brief overview of what this lesson covers.
@error('description')
{{ $message }}
@enderror
@error('duration')
{{ $message }}
@enderror
YouTube, Vimeo, or other embedded video URL.
@error('video_url')
{{ $message }}
@enderror
Text content for this lesson (markdown supported).
@error('content')
{{ $message }}
@enderror
Upload PDF, documents, or other resources for this lesson (max 10MB).
@error('attachment')
{{ $message }}
@enderror
Make this lesson available as a free preview.
Make this lesson visible to enrolled students.
Cancel
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