{{-- Course Tools --}}
@include('design_1.web.courses.learning_page.includes.top_header.course_tools')
{{-- Notification --}}
@php
$hasNotification = (!empty($course->noticeboards_count) and $course->noticeboards_count > 0);
@endphp
@if($hasNotification)
{{ $course->noticeboards_count }}
@endif