@extends('layouts.app') @section('content')
{{ $company->name }} - Manage deductions and statutory contributions
| Name | Type | Amount/Rate | Category | Statutory | Assigned to | E/F Fields | Enabled | Actions |
|---|---|---|---|---|---|---|---|---|
|
{{ $deduction->name }}
@if($deduction->code)
{{ $deduction->code }}
@endif
@if($deduction->is_statutory)
Statutory
@endif
@if($deduction->description)
{{ $deduction->description }} @endif |
{{ ucfirst($deduction->calculation_type ?? 'variable') }} | @if($deduction->calculation_type === 'fixed' && $deduction->default_amount > 0) RM{{ number_format($deduction->default_amount, 2) }} @elseif($deduction->calculation_type === 'percentage' && $deduction->default_rate > 0) {{ $deduction->default_rate }}% @elseif($deduction->calculation_type === 'table') Table-based @else Variable @endif | {{ $deduction->category }} | @if($deduction->is_statutory) @else @endif | {{ ucfirst($deduction->assigned_to) }} | @if($deduction->einvoicing_field) {{ $deduction->einvoicing_field }} @else None @endif | @if($deduction->enabled) Enabled @else Disabled @endif |
@unless($deduction->is_statutory)
@endunless
|
Set up deductions and statutory contributions for your employees.
Create First DeductionEmployee Provident Fund contribution deducted from salary
Social Security contribution based on SOCSO rate table
Employment Insurance System - 0.2% of salary
Monthly Tax Deduction based on LHDN tax table