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

{{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')}}


 

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

# {{trans('labels.employee_no')}} {{trans('labels.ref_no')}} {{trans('labels.employee_name')}} {{trans('labels.employee_category')}} {{trans('labels.employee_designation')}} {{trans('labels.nic')}} {{trans('labels.view')}} {{trans('labels.action')}}
@endsection @section('custom_scripts') @endsection