@extends('admin.layouts.app') @section('title', get_setting('site_name').' | Staff Welfare Fund Settings') @section('content')
{{ __('Staff Welfare Fund (SWF) Settings') }}
@if((int)get_setting('swf') !== 1) {{ __('SWF feature is currently OFF') }} @else {{ __('SWF feature is ON') }} @endif
@csrf
{{ __('Optional. Admin can still set per-staff manual rates.') }}
{{ __('If set, staff cannot request/approve loans above this percentage of their SWF balance. Leave empty/0 for no limit.') }}
{{ __('Applied per installment when full payment is made on or after the 16th of the due month. No service charge if paid by the 15th.') }}
{{ __('If set, staff cannot request/approve withdrawals above this percentage of their SWF balance. Leave empty/0 for no limit.') }}
@endsection