{{ 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() }}