@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('E-Nothi Settings')) @section('content')
@if (session()->has('message'))
{{ session('message') }}
@endif

{{ __('E-Nothi Settings') }}

{{ __('SLA deadlines per approval level and notification preferences.') }}

{{ __('Back to E-Nothi') }}
@csrf
{{ __('SLA days per approval level') }}

{{ __('How many calendar days each approver has before the file is marked overdue.') }}

@for($i = 1; $i <= 5; $i++)
@endfor
{{ __('Shorter deadline when priority is urgent.') }}

{{ __('Application "To" recipients') }}

{{ __('Employees listed here can be selected by staff when submitting an E-Nothi application (To / প্রাপক).') }}

{{ __('Use Select2 to search and pick one or more recipients.') }}

{{ __('Confidential applications') }}

{{ __('Control whether employees can submit confidential (direct-to-recipient) applications and whether admins can view them.') }}

{{ __('Shows "Confidential — only recipient (To) will review" checkbox on employee application form. When used, approval hierarchy is skipped.') }}
{{ __('Uncheck for pure secret mode: only the applicant and selected To recipient can access confidential applications.') }}

{{ __('Notifications') }}

{{ __('In-app and OneSignal push notifications are sent when push notices are enabled for users.') }}

@endsection @section('script') @endsection