@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Security Money Settings')) @section('content')

{{ __('Security Money') }}

{{ __('Configure deposit interest rules for any company. Interest is calculated from scheme start and paid at separation unless you change timing notes.') }}

{{ __('Back to Features') }}
@if(session('message'))
{{ session('message') }}
@endif @if($errors->any())
@endif
@csrf
{{ __('Scheme window') }}
{{ __('When your organization started the security money / interest scheme (e.g. 2015). Years before this date do not earn interest when “count only from system start” is on.') }}
{{ __('Example: 1 = employee must complete 1 year of service before interest starts.') }}
{{ __('Joined 2002, scheme from 2015, separating 2026 → interest for ~11 years (not 24).') }}
{{ __('Interest rate & period') }}
{{ __('Both options pay at settlement. “Projected” uses the same engine for staff preview screens.') }}
{{ __('Staff form') }}
{{ __('How calculation works') }}
  1. {{ __('Interest start = later of (join date + min service years) and (system start date).') }}
  2. {{ __('Interest end = last working / settlement date.') }}
  3. {{ __('Year-wise: complete years × annual rate. Month-wise: complete months × (annual rate ÷ 12).') }}
  4. {{ __('Payout at separation = Principal + Interest. Principal is cleared from staff record.') }}
@endsection