@extends('backEnd.master') @section('title') @lang('homework.edit_home_work') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'homework_update', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}

@lang('homework.edit_home_work')

@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
@if ($errors->has('subject_id')) {{ $errors->first('subject_id') }} @endif
@if ($errors->has('section_id')) {{ $errors->first('section_id') }} @endif
@endif
@if ($errors->has('homework_date')) {{ $errors->first('homework_date') }} @endif
@if ($errors->has('submission_date')) {{ $errors->first('submission_date') }} @endif
@if ($errors->has('marks')) {{ $errors->first('marks') }} @endif
file):__('common.file')}}" readonly>
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ Form::close() }}
@endsection @include('backEnd.partials.date_picker_css_js')