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

@lang('behaviourRecords.incident_comment_setting')

student_comment == 1 ? 'checked' : '' }}>
parent_comment == 1 ? 'checked' : '' }}>
{{ Form::close() }}
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'behaviour_records.setting_update', 'method' => 'PUT', 'enctype' => 'multipart/form-data', 'id' => 'infix_form']) }}

@lang('behaviourRecords.incident_view_setting')

student_view == 1 ? 'checked' : '' }}>
parent_view == 1 ? 'checked' : '' }}>
{{ Form::close() }}
@endsection @include('backEnd.partials.data_table_js')