@extends('hr_main') @section('title', '| Employee Salary Slip') @section('content') @include('convert_word') @include('hr/salarySlip/employeeSalarySlipAjax')
| Name | : | {{ $employeeInfos['name'] }} |
| Employee ID | : | {{ $employeeInfos['emp_id'] }} |
| Designation | : | {{ $employeeInfos['designation'] }} |
| For the month | : | {{ $monthAndYearValues }} |
| Bank Name | : | @if ($empAccount != null) {{ $empAccount->bank_name }} @else N/A @endif |
| Bank A/c No | : | @if ($empAccount != null) {{ $empAccount->account_no }} @else N/A @endif |
| Working Days | : | {{ $employeeInfos['working_days'] }} |
| Present Days | : | {{ $employeeInfos['present_days'] }} |
| Earning's | Amount | Deduction's | Amount |
|---|---|---|---|
|
Gross Salary Basic Salary Warning: Undefined variable $house_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 534 Warning: Undefined variable $trsvel_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 537 Warning: Undefined variable $daily_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 540 Warning: Undefined variable $medical_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 543 Employee Benefits Warning: Undefined variable $b8 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 547 Warning: Undefined variable $b9 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 550 Warning: Undefined variable $b10 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 553 Warning: Undefined variable $b11 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 556 Warning: Undefined variable $b12 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 559 Warning: Undefined variable $b13 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 562 Warning: Undefined variable $b15 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 565 Warning: Undefined variable $b16 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 568 Warning: Undefined variable $b17 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 571 Warning: Undefined variable $b18 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 574 Organization Contribution Provident Fund Contribution (Organisation) Welfare Fund Contribution (Organization) |
{{ number_format($employeeInfos['basic_salary'], 2) }} Warning: Undefined variable $house_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 587 Warning: Undefined variable $trsvel_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 593 Warning: Undefined variable $daily_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 599 Warning: Undefined variable $medical_allowance in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 605 Warning: Undefined variable $b8 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 612 Warning: Undefined variable $b9 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 615 Warning: Undefined variable $b10 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 618 Warning: Undefined variable $b11 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 621 Warning: Undefined variable $b12 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 624 Warning: Undefined variable $b13 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 627 Warning: Undefined variable $b15 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 630 Warning: Undefined variable $b16 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 633 Warning: Undefined variable $b17 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 636 Warning: Undefined variable $b18 in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 639 {{ number_format($employeeInfos['pf_org'], 2) }} {{ number_format($employeeInfos['wf_org'], 2) }} |
Provident Fund Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 651 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 651 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 654 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 654 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 657 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 657 Welfare Fund Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 661 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 661 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 664 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 664 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 667 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 667 Others @php $eps = 0; foreach ($employeeInfos as $key => $employeeInfo) { if ($key == 'eps') { $eps = $employeeInfo; } } @endphp Warning: Undefined variable $eps in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 680 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 683 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 683 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 686 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 686 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 689 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 689 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 692 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 692 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 695 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 695 |
Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 704 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 704 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 709 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 709 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 714 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 714 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 720 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 720 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 725 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 725 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 730 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 730 Warning: Undefined variable $eps in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 737 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 740 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 740 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 745 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 745 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 750 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 750 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 755 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 755 Warning: Undefined variable $employeeInfos in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 760 Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/salarySlip/employeeSalarySlipForm.blade.php on line 760 |
| Total Salary and Benfits | {{ number_format($employeeInfos['total_salary_benefits'], 2) }} | Total Deductions | {{ number_format($employeeInfos['total_deductions'], 2) }} |
| Net Pay Tk.{{ number_format($employeeInfos['net_payable'], 2) }} |
| In Words {{ convert_number_to_words($employeeInfos['net_payable']) }} |
|
{{-- --}} Employee Signature |
{{-- --}} Authorize Signature |