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

New Deduction

{{ $company->name }} - Create deduction or statutory contribution

Back to Deductions
Deduction Configuration
@if(session('error')) @endif
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
@error('ef_fields')
{{ $message }}
@enderror Form A, EA, EC reporting fields
@error('description')
{{ $message }}
@enderror
Deduction Calculation
@error('deduction_type')
{{ $message }}
@enderror
RM @error('amount_or_percentage')
{{ $message }}
@enderror
Enter the fixed amount or percentage
Deduction Limits
RM @error('minimum_amount')
{{ $message }}
@enderror
Minimum deduction amount (optional)
RM @error('maximum_amount')
{{ $message }}
@enderror
Maximum deduction amount (optional)
Classification
Check if this is required by Malaysian law (EPF, SOCSO, EIS, Tax)
@error('assigned_to')
{{ $message }}
@enderror Who this deduction applies to
Deduction will be available for payroll processing
Cancel
Statutory Deductions

Click to auto-fill statutory deductions:

Voluntary Deductions

Common voluntary deductions:

Calculation Preview
Preview:
Enter deduction details to see calculation
@push('scripts') @endpush @endsection