@extends('layouts.base') @section('content')
@include('partials.bread-crumbs') @include('salary.components.salary-created-employee-list-view') @include('salary.components.salary-not-created-employee-list-view') @include('salary.components.employee-basic-salary-list-view') @include('salary.components.employee-epf-list-view') @include('salary.components.employee-allowances-type-view') @include('salary.components.employee-deductions-type-view') @include('salary.components.employee-salary-overtime-list-view') @include('salary.components.employee-salary-nopay-list-view') @include('salary.components.total-epf-list-view') @include('salary.components.total-etf-list-view') @include('salary.components.employee-salary-amendment-addition-list-view') @include('salary.components.employee-salary-amendment-deduction-list-view') @include('salary.components.employee-salary-tax-list-view')

{{trans('labels.no_of_employees')}} {{trans('labels.salary_not_created_employee')}}
{{trans('labels.basic_salary')}} {{trans('labels.employee_epf')}}
{{trans('labels.total_allowance')}} {{trans('labels.total_deduction')}}
{{trans('labels.salary_amendments')}} {{trans('labels.addition')}} {{trans('labels.salary_amendments')}} {{trans('labels.deduction')}}
{{trans('labels.over_time_amount')}} {{trans('labels.no_pay_amount')}}
{{trans('labels.tax_amount')}}
{{trans('labels.total')}} {{trans('labels.total')}}
{{trans('labels.balance')}}
{{trans('labels.epf_etf_details')}}
{{trans('labels.total_epf')}}
{{trans('labels.total_etf')}}
@endsection @section('custom_scripts') @endsection