@extends('dashboard.layouts.default') @section('content') @include('layout.left-ads') All Past Tasks @foreach($years_filter as $key=>$year) @php if($task_year_search) $ycheck = in_array($year->id, $task_year_search)?'checked':''; else $ycheck = ''; @endphp {{ $year->year }} @endforeach Task Name Videos set Class Question Level Analysis Due Date Due Date Re-Set Task Action @include('layout.right-ads') @include('teacher.tasks.task_view_modal') @include('teacher.tasks.task_completed_modal') @include('teacher.tasks.filter_modal') @endsection @section('scripts') @endsection