@extends('layouts.millage') @section('title', $title) @section('content')
{{ $lesson->title }}
@if ($course) Back @endif

{!! $lesson->description !!}

@endsection