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

Homework details

insert the homework title, and instructions
2

Homework Settings

Setup homework points, end and start times
3

Restriction

Select who can see this homework
4

Homework Upload

You'll be able to upload files next page
@csrf

Homework details

{{--
--}}

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

Homework details

{{--
--}}
{{--
--}}

Restriction Method

{{--
--}}

Allowed File Extention

Homework Upload File

Homework data are ready.Next step is to upload the files in the next page

@endsection @section('js') {{-- form validation --}} {{-- restrict code --}} {{-- get meeeting based on group --}} {{-- select group type --}} @endsection