@extends('layouts.dashly') @section('title', $title) @section('content')

{{ $lesson->title }}

{{ $lesson->description }}

@if ($course)
Back
@endif
@endsection