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

Homework details

edit the homework title, and instructions
2

Homework Settings

Setup homework points
{{-- @if ($assignment->turned_in_students() == 0)
3

Restriction

Select who can see this homework
@endif --}}
@csrf

Homework details

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

Homework details

@if ($is_started == 0)
@endif
{{--
--}}
{{--
--}} {{-- @if ($assignment->turned_in_students() > 0) --}}
{{-- @endif --}}
{{-- @if ($assignment->turned_in_students() == 0)

Restriction Method

restrict_by == 0 ? 'checked':''}}>
restrict_by == 2 ? 'checked':''}}>
@endif --}}
@endsection @section('js') {{-- form validation --}} {{-- restrict code --}} {{-- --}} {{-- get meetings based on the current group --}} {{-- --}} {{-- get meeeting based on group --}} {{-- --}} @endsection