{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Create Hypered 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, Links and access.
@csrf

Material details


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

Material settings

{{-- restrict code --}}

Restriction Method

{{-- Some help text goes here --}}
{{-- restrict code --}} {{-- Form repeater --}}
@endsection @section('js') {{-- restrict code --}} {{-- Form repeater --}} {{-- get meeeting based on group --}} {{-- select group type --}} @endsection