@extends('layouts.base') @section('content')
@include('partials.bread-crumbs')

{{trans('labels.salary_additions')}}

# {{trans('labels.allowance')}} {{trans('labels.allowance_type')}} {{trans('labels.amount_percentage')}} {{trans('labels.action')}}
 
 

{{trans('labels.salary_deductions')}}

# {{trans('labels.deduction')}} {{trans('labels.deduction_type')}} {{trans('labels.amount_percentage')}} {{trans('labels.action')}}
 

{{trans('labels.epf_etf_contribution')}}


 
@endsection @section('custom_scripts') @endsection