@extends('admin.layout.app') @section('title', 'Edit Lesson') @section('content')

Edit Lesson

@if ($errors->any())
There were some problems with your input.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Title is automatically generated from the selected course, unit, lesson type, and type.
Cancel
@endsection @push('scripts') @endpush