@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Performance appraisal settings')) @section('content')
{{ __('Performance appraisal — engine settings') }}
{{ __('Review cycles') }} @if(! \App\Support\PerformanceAppraisalFeature::enabled()) {{ __('Feature OFF in website settings') }} @endif
@csrf
{{ __('When off, scheduled commands will not create new appraisal instances. Manual create still works.') }}
@endsection