@extends('layouts.student') @section('content') @include('admin.errors.form-errors') {{--
| @lang('student.table.group') | {{--@lang('student.table.date') | --}}|
|---|---|---|
| {{ $item->group->groupName->gname }} | View Recordings |
there is no recordings in this course
@endif| Title | Type | Date | @foreach ($course_extra_meetings[$i] as $extra_meeting) |
|---|---|---|---|
| {{ $extra_meeting->mtitle }} | {{ $extra_meeting->exmtyname }} | {{ $extra_meeting->mstartdate }} | @if ($extra_meeting->is_paid_for_all) View Recording @else View Recording @endif |
Enroll first to see any extra in this course
@endif {{-- @endif --}}