# | {{ __('User') }} | {{ __('Meeting') }} | {{ __('Users Enrolled') }} |
---|---|---|---|
1 |
{{ $course->user['fname'] }} |
@if($course->zoom_id != NULL)
{{ optional($course->zoom)['meeting_title'] }} @endif @if($course->bbl_id != NULL){{ optional($course->bbl)['meetingname'] }} @endif @if($course->jitsi_id != NULL){{ optional($course->jitsi)['meeting_title'] }} @endif @if($course->google_id != NULL){{ optional($course->google)['meeting_title'] }} @endif |
{{ __('Attendance') }}: {{ date('d-m-Y', strtotime($course->date)) }} |