@if (isset($lesson_details->lesson_type))
@if ($lesson_details->lesson_type == 'text')
{!! removeScripts($lesson_details->attachment) !!}
@elseif($lesson_details->lesson_type == 'document_type')
@if ($lesson_details->attachment_type == 'pdf')
@elseif($lesson_details->attachment_type == 'doc' || $lesson_details->attachment_type == 'ppt')
@elseif($lesson_details->attachment_type == 'txt')
@endif
@elseif($lesson_details->lesson_type == 'quiz')
@include('course_player.quiz.index')
@endif
@endif