Zoom Link (Lecture will start at {{ \Carbon\Carbon::parse($lecture->start_time)->format('l, F j, Y h:i A') }})
@php
// حساب وقت انتهاء الحصة
$endTime = \Carbon\Carbon::parse($lecture->start_time)->addMinutes($lecture->duration);
@endphp
@if (\Carbon\Carbon::parse($lecture->start_time)->isFuture())
@if ($lecture->lecture_zoom)
Click here to join the Zoom meeting
@else
The Zoom link has not been provided by the instructor yet.