{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title','GAS LMS | Materials') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('teacher.dashboard')]]) @endsection {{-- Content --}} @section('content')
| id | status | title | actions | ||
|---|---|---|---|---|---|
| {{++$count}} | @if ($material->is_free) Free @else Paid @endif | {{$material->name}} | {{$material->desc}} |
Displaying {{$materials->count()}} of {{ $materials->total() }}.
This where you find all your assignments, quizzes, and materials