@extends('layouts.admin', ['title' => 'New Lesson']) @section('content')
Create Lesson
{{ $course->title }}
Back
@csrf
@endsection