{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title','GAS LMS | Create HyperLink Homework') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Homework' => route('teacher.course.assignment.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
@csrf

Homework details

{{--
--}}

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

Homework settings

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

Restriction Method

{{--
--}}

Homework data are ready.

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