@foreach($live_attandance as $course) @endforeach
# {{ __('adminstaticword.User') }} {{ __('Class') }} {{ __('adminstaticword.UsersEnrolled') }}
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

{{ __('adminstaticword.Attandance') }}: {{ date('d-m-Y', strtotime($course->date)) }}