{{-- 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.assignment.index',$coffid)]]) @endsection {{-- Content --}} @section('content') @include('components._error')
1

homework details

edit the homework title, and instructions
2

homework Settings

Setup homework points, end and start times
@csrf

homework details

{{--
--}}

homework details

{{--
--}}
@if ($is_started == 0)
@endif
{{--
--}}
{{-- @if ($assignment->turned_in_students() > 0) --}}
{{-- @endif --}}
@endsection @section('js') {{-- form validation --}} {{-- restrict code --}} {{-- --}} {{-- get meetings based on the current group --}} {{-- --}} {{-- get meeeting based on group --}} {{-- --}} @endsection