@extends('layouts.admin') @section('title', 'Edit Lesson') @section('header', 'Edit Lesson: ' . $lesson->title) @section('content')
{{ $message }}