@if(!empty(getOthersPersonalizationSettings('show_guarantee_text')) and !empty(getGuarantyTextSettings("course_guaranty_text")))
{{ trans('update.this_course_includes') }}
@if($course->isDownloadable())
{{ trans('webinars.downloadable_content') }}
@endif
@if($course->quizzes->where('status', \App\models\Quiz::ACTIVE)->count() > 0)
{{ trans('webinars.online_quizzes_count',['quiz_count' => $course->quizzes->where('status', \App\models\Quiz::ACTIVE)->count()]) }}
@endif
@if($course->certificate or ($course->quizzes->where('certificate', 1)->count() > 0))
{{ trans('webinars.official_certificate') }}
@endif
@if($course->assignments->count() > 0)
{{ trans('update.n_assignments', ['count' => $course->assignments->count()]) }}
@endif
@if($course->support)
{{ trans('webinars.instructor_support') }}
@endif
@if($course->forum)
{{ trans('update.course_forum') }}
@endif
@if(auth()->guest())
{{ trans('update.report_abuse') }}
@else
@endif