@extends('layouts/contentNavbarLayout') @section('title', 'Staff Profile') @section('vendor-style') @endsection @section('page-script') @endsection @section('content')
{!! $course->description !!}
{!! $lesson->description !!}
@if (isset($lesson->document->url))
Lesson Description :
{!! $lesson->description !!}