Featured Course
{{ $course->title ?? 'Course Thumbnail' }}

{{ $course->title ?? 'Loading...' }}

{{ $course->category->title ?? 'Loading...' }}
Duration
@php $webinar = App\Models\Webinar::where('id', $course->id)->first(); @endphp {{ $webinar->duration ?? '0' }} Minutes
{{--
This module explores the "Right to Disconnect" concept in modern workplaces, covering legal frameworks, boundaries, and communication strategies. Learn to implement disconnect policies and maintain work-life balance in the digital age.
--}}