@extends('backEnd.master') @section('title') @lang('homework.homework_list') @endsection @section('mainContent') @php $DATE_FORMAT = systemDateFormat(); @endphp

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'homework-list-search', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }} @if (moduleStatusCheck('University'))
@includeIf( 'university::common.session_faculty_depart_academic_semester_level', ['subject' => true] )
@else
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
loader
@if ($errors->has('subject_id')) {{ $errors->first('subject_id') }} @endif
loader
@if ($errors->has('section_id')) {{ $errors->first('section_id') }} @endif
@endif
{{ Form::close() }}

@lang('homework.homework_list')

@if (moduleStatusCheck('University')) @else @endif
Si@lang('university::un.semester_label') @lang('university::un.department')@lang('common.class') @lang('common.section')@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')
{{-- delete homework --}} @endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @push('script') @endpush