@yield('page_css') @foreach($payslip as $payslip)
| Basic Pay{{$payslip->employee->employeePayrollInformation[0]->basic_salary}} |
| Transport Allowance{{$payslip->employee->employeePayrollInformation[0]->transport_allowance}} |
| Accomodation Allowance{{$payslip->employee->employeePayrollInformation[0]->accomodation_allowance}} |
| Continuous Allowance{{$payslip->employee->employeePayrollInformation[0]->continuous_allowance}} |
| Temporary Allowance{{$payslip->employee->employeePayrollInformation[0]->temp_allowance}} |
| Other Allowance {{$payslip->employee->employeePayrollInformation[0]->other_allowance}} |
GROSS PAY{{number_format($payslip->employee->employeePayrollInformation[0]->gross_total, 2)}} |
|
Other Additions- {{ $reasons[$i] }} {{ $amounts[$i] }} |
| Total Additions Amount{{number_format($payslip->total_addtional_amount, 2)}} |
|
Other Deduction- {{ $reasons[$i] }} {{ $amounts[$i] }} |
| Total Deductions Amount{{$payslip->total_deduction_amount}} |
| Leave Deductions Amount{{number_format($payslip->total_leave_deduction_amount, 2)}} |
NET PAY{{number_format($payslip->net_salary, 2)}} |