{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Create Material') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Material' => route('teacher.course.index', $coffid)]]) @endsection {{-- Content --}} @section('content') @include('components._error')
1

Material details

insert the material title, description and topic
2

Material Settings

Setup material pricing, attachments and access.
@csrf

Material details


{{-- normal groups --}}
{{-- composed groups --}}

Material details

{{-- restrict code --}}

Restriction Method

{{-- Some help text goes here --}}
{{-- restrict code --}}
{{-- --}}
Choose files or drag and drop files here
Allowed File Types: jpg,jpeg,png,gif,zip,rar,doc,docx,xls,xlsx,pptx,mp4,mp3,wav,ogg,pdf,csv
Maximum Size For All Attachments: 100MB
Maximum Allowed Attachments Count: 4 Attachments
@endsection @section('js') {{-- restrict code --}} {{-- get meeeting based on group --}} {{-- select group type --}} @endsection