@extends('layouts.student') @section('content') @include('admin.errors.form-errors') {{--
{{--

Search

--}} {{--
--}}

Search

{{--
--}}
{{--
--}}
@for ($i = 0; $i < $count; $i++)
{{-- Group Recordings --}}
@if ($userFavourits[$i]->count() > 0)
{{-- --}} @if ($is_enrolled[$i]) @foreach ($userFavourits[$i] as $item) @endforeach @else

Enroll first to see any extra in this course

@endif
@lang('student.table.group')@lang('student.table.date')
{{ $item->group->groupName->gname }} View Recordings
@else

there is no recordings in this course

@endif
{{-- Extra Meeting Recordings --}}
{{-- @if ($courses->allow_enrollment) --}} @if ($is_enrolled[$i])
@foreach ($course_extra_meetings[$i] as $extra_meeting) @endforeach
Title Type Date
{{ $extra_meeting->mtitle }} {{ $extra_meeting->exmtyname }} {{ $extra_meeting->mstartdate }} @if ($extra_meeting->is_paid_for_all) View Recording
@else View Recording
@endif
@else

Enroll first to see any extra in this course

@endif {{-- @endif --}}
@endfor
@endsection @section('student-js') {{-- Accordion --}} {{-- draw all data tables --}} {{-- Confirm changing the enrollment method --}} {{-- confirm remove from favourit --}} {{-- confirm add to favourit --}} @endsection