{!! $lesson->introduction ?? "No introduction click on the Content section" !!}
@else{!! $lesson->description ?? "No introduction click on the Content section" !!}
@endif @if($lesson->type=="File"){!! $lesson->introduction ?? "No introduction click on the Content section" !!}
@else{!! $lesson->description ?? "No introduction click on the Content section" !!}
@endif @if($lesson->type=="File")
{{$comment->user->name}}
{{\Carbon\Carbon::parse($comment->created_at)->diffForHumans()}}
{!! $comment->content !!}
{{$com->user->name}}
{{\Carbon\Carbon::parse($com->created_at)->diffForHumans()}}
{!! $com->content !!}
Leave a Comment