Video Conferencing
Meeting Topic: {{$meeting->mtopic}}
Course Name: {{$course_offering->cname.' ( '.$course_offering->lshort_name.' )'}}
Teacher Name: {{$teamCoach->first_name}} {{$teamCoach->middle_name}} {{$teamCoach->last_name}}
Lesson Fees: {{$reason}}
@if (isset($enrollment)) @if ($enrollment->fees_by_lesson)Fees Status: {{$paid == 0 ? 'Not Paid':'Paid'}}
@endif @endifImportant Notes:
Don't Rename Your Self
If you Don't have Zoom Application, Download it from here https://zoom.us/download
@php
$found = 0;
@endphp
@if( now()->format('H:i:s') < date('H:i:s', strtotime('+'. $meeting->mduration + $time_after .' minutes', strtotime($meeting->mstarttime))) &&
now()->format('H:i:s') > date('H:i:s', strtotime($meeting->mstarttime) - $time_before )
&& $meeting->mstartdate === now()->format('Y-m-d') )
@php
$found = 1;
@endphp
@endif
@if ($found && $meeting->mstatus != 'Cancelled')
{{-- Join From Web --}}
Join From Zoom App
@else
Can't Join Now
@endif
@if ($meeting->mstatus == 'Not Started' || $meeting->mstatus == 'Started')
Meeting Starts at {{date('h:i A', strtotime($meeting->mstarttime))}}
@elseif ($meeting->mstatus == 'Canceled')
Meeting Cancelled
@else
Meeting Ended
@endif
Back To Your Schedule