@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary settings')) @section('content')
{{ __('Disciplinary & compliance settings') }}
@if((int) get_setting('disciplinary_management') !== 1)

{{ __('Enable “Disciplinary management” in Website Settings to use this module for non-admin users.') }}

@endif
@csrf
{{ __('Alert when rolling sum of penalty points is ≤ minus this value (e.g. 20 means ≤ −20).') }}
{{ __('Use 0 unless you wire this into performance appraisal scoring.') }}
@endsection