@extends('teacher.layout.layout') @section('title', 'GAS LMS | Course Page') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('teacher.dashboard')]]) @endsection @section('content')
image
{{ $course_offering->cname }} {{ $course_offering->lshort_name }}
{{ $course_offering->cdescription }}
{{ $course_offering->acyname }}
Session
Categories
{{ $topics->count() }}
{{ $course_offering->ttname }}
Teaching team
{{--
Quizzes
Posted ( {{AppHelper::instance()->totalCoursePostedQuizzesCount($coffid)}} )
Un-Posted ( {{AppHelper::instance()->totalCourseUnPostedQuizzesCount($coffid)}} )
--}} {{--
Homework
Turned in ( {{ $turnedIn_assignments }} )
Graded ( {{ $graded_assignments }} )
--}}
@if ($materials) @include('teacher.pages.course.material._material-list') @elseif ($hyperlink_quizzes) @include('teacher.pages.course.quiz._quiz-list') @elseif ($assignments) @include('teacher.pages.course.assignment._assignment-list') @elseif ($statistics) @include('teacher.pages.course.grades.statistics') @elseif ($composed_statistics) @include('teacher.pages.course.grades.composed_statistics') @elseif ($quizzes_grades || $assignments_grades) @include('teacher.pages.course.grades._grade') @elseif ($quizzes_grades_composed || $assignments_grades_composed) @include('teacher.pages.course.grades._grade-composed') @elseif ($material_transactions) @include('teacher.pages.course.material-transactions.index') @elseif ($students_report) @include('teacher.pages.course.reports.parent') @elseif ($course_wall) @include('teacher.pages.course.wall.index') @elseif ($grade_schema) @include('teacher.pages.course.grades.grade_schema.grade_schema') @elseif ($compose_groups) @include('teacher.pages.course.compose-groups.index') @endif {{--
@csrf
--}}
@csrf {{-- Topic name --}}
{{-- Edit topic modal --}} @endsection @section('js') {{-- datatable --}} {{-- assignment activation toggle --}} {{-- copy to clipboard --}} {{-- status filter --}} @endsection