@extends('backEnd.master')
@section('title')
@lang('homework.homework_list')
@endsection
@section('mainContent')
@php
$DATE_FORMAT = systemDateFormat();
@endphp
@lang('common.select_criteria')
@lang('homework.homework_list')
Si
@if (moduleStatusCheck('University'))
@lang('university::un.semester_label')
@lang('university::un.department')
@else
@lang('common.class')
@lang('common.section')
@endif
@lang('homework.subject')
@lang('homework.marks')
@lang('homework.home_work_date')
@lang('homework.submission_date')
@lang('homework.evaluation_date')
@lang('homework.created_by')
@lang('common.action')