@php $percent = $course->getProgress(true); @endphp
{{ $course->title }}
{{ $percent }}% {{ trans('update.learnt') }}
@if(!empty($course->noticeboards_count) and $course->noticeboards_count > 0) {{ $course->noticeboards_count }} @endif @if($course->forum) {{ trans('update.course_forum') }} @endif