@extends('layouts.app') @section('content')

EPF Settings

{{ $company->name }} - Employees Provident Fund Configuration

Back to Settings
EPF Employer Contribution Settings
@if(session('success')) @endif
@csrf @method('PUT')
Employer Contribution Rate

Standard EPF employer contribution is 12% of employee's salary. Configure additional contributions below.

epf_employer_rate) === 'extra_on_top' ? 'checked' : '' }}>
epf_employer_rate) === 'fixed_rate' ? 'checked' : '' }}>
% @error('epf_employer_addon_percentage')
{{ $message }}
@enderror
Additional percentage on top of standard 12% employer contribution
For RM3,000 salary:
Standard Employer EPF: RM360.00 (12%)
Additional: RM0.00 (0%)
Total Employer: RM360.00
Non-Malaysian Employee Settings
By default, non-Malaysian employees are not required to contribute to EPF unless they opt in.
non_malaysian_normal_epf_rate) ? 'checked' : '' }}>
When checked, non-Malaysian employees will contribute 11% and employer contributes 12% (same as Malaysian employees)
Cancel
Current EPF Configuration Summary
Malaysian Employees
Employee Contribution: 11%
Employer Contribution: 12% + {{ $settings->epf_employer_addon_percentage }}%
Total Contribution: {{ 23 + $settings->epf_employer_addon_percentage }}%
Non-Malaysian Employees
@if($settings->non_malaysian_normal_epf_rate)
Employee Contribution: 11%
Employer Contribution: 12% + {{ $settings->epf_employer_addon_percentage }}%
Total Contribution: {{ 23 + $settings->epf_employer_addon_percentage }}%
@else

No EPF contribution required unless employee opts in individually.

@endif
EPF Contribution Rates
Standard Rates (Malaysian)
  • Employee: 11% of salary
  • Employer: 12% of salary
  • Total: 23% of salary
Salary Thresholds
  • Minimum contributory salary: RM20
  • Maximum contributory salary: No limit
  • Age 60+: Reduced rates apply
Special Cases
  • Non-Malaysians: Optional participation
  • Employees 60+: Different contribution rates
  • Part-time workers: Pro-rated contributions
EPF Account Types
Account 1 (70%)

For retirement at age 55

Account 2 (30%)

For housing, education, and healthcare

Compliance Requirements
  • Submit contributions by 15th of following month
  • Use KWSP online submission system
  • Maintain accurate employee records
  • Issue annual EPF statements
@push('scripts') @endpush @endsection