@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary settings')) @section('content') @include('admin.disciplinary.partials.styles')

{{ __('Compliance settings') }}

{{ __('Thresholds and notices used across disciplinary workflows.') }}

@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).') }}
{{ __('0 = no employee appeals. Default 14 days.') }}
{{ __('Use 0 unless you wire this into performance appraisal scoring.') }}
@endsection