@extends('backEnd.master') @section('title') @lang('teacherEvaluation.teacher_evaluation_setting') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'teacher-evaluation-setting-update', 'method' => 'PUT', 'enctype' => 'multipart/form-data', 'id' => 'infix_form']) }}

@lang('teacherEvaluation.evaluation_settings')

is_enable == 0 ? 'checked' : '' }}>
is_enable == 1 ? 'checked' : '' }}>
auto_approval == 0 ? 'checked' : '' }}>
auto_approval == 1 ? 'checked' : '' }}>
{{ Form::close() }}
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'teacher-evaluation-setting-update', 'method' => 'PUT', 'enctype' => 'multipart/form-data', 'id' => 'infix_form']) }}

@lang('teacherEvaluation.submission_settings')

submitted_by) ? 'checked' : '' }}>
submitted_by) ? 'checked' : '' }}>
rating_submission_time == 'any' ? 'checked' : '' }}>
rating_submission_time == 'fixed' ? 'checked' : '' }}>
{{ Form::close() }}
@endsection @include('backEnd.partials.date_picker_css_js') @push('script') @endpush