@extends('admin.layout.layout') @if ($materials) @section('title','GAS LMS | Course Materials') @elseif ($quizzes || $file_quizzes) @section('title','GAS LMS | Course Quizzes') @elseif ($assignments) @section('title','GAS LMS | Course Homework') @elseif ($statistics) @section('title','GAS LMS | Course Statistics') @elseif ($quizzes_grades || $assignments_grades) @section('title','GAS LMS | Course Gradebook') @elseif ($course_wall) @section('title','GAS LMS | Course Wall') @endif {{-- Breadcrumb section --}} @section('breadcrumb')
@endsection @section('content')