@extends('layouts.backend.master') @section('content') @section('breadcrumbs')

{{ $lesson->title }}


{!! $lesson->content !!}

@endsection