Payable Informaton:

Employee Deposit {{ (isset($historyData->payable_N_deduction->payable->employee_deposit)) ? number_format($historyData->payable_N_deduction->payable->employee_deposit, 2) : '0.00' }} Termination Amount {{ (isset($historyData->payable_N_deduction->payable->termination_amount)) ? number_format($historyData->payable_N_deduction->payable->termination_amount, 2) : '0.00' }}
Organization Contribution {{ (isset($historyData->payable_N_deduction->payable->org_contribution)) ? number_format($historyData->payable_N_deduction->payable->org_contribution, 2) : '0.00' }} Bill/Voucher {{ (isset($historyData->payable_N_deduction->payable->bill_voucher)) ? number_format($historyData->payable_N_deduction->payable->bill_voucher, 2) : '0.00' }}
Earned Leave {{ (isset($historyData->payable_N_deduction->payable->earned_leave)) ? number_format($historyData->payable_N_deduction->payable->earned_leave, 2) : '0.00' }} Other Payable {{ (isset($historyData->payable_N_deduction->payable->payable_other)) ? number_format($historyData->payable_N_deduction->payable->payable_other, 2) : '0.00' }}
Due Salary {{ (isset($historyData->payable_N_deduction->payable->due_salary)) ? number_format($historyData->payable_N_deduction->payable->due_salary, 2) : '0.00' }} Total {{ (isset($historyData->payable_N_deduction->payable->total_value)) ? number_format($historyData->payable_N_deduction->payable->total_value, 2) : '0.00' }}

Deduction:

Salary Advanced {{ (isset($data['emp_loan_info']['salary_advanced_loan_amount'])) ? number_format($data['emp_loan_info']['salary_advanced_loan_amount'], 2) : '0.00' }} Information From BM of RO {{ (isset($historyData->payable_N_deduction->deduction->bm_rm)) ? number_format($historyData->payable_N_deduction->deduction->bm_rm, 2) : '0.00' }}
Vehicle Loan {{ (isset($data['emp_loan_info']['vehicle_loan_amount'])) ? number_format($data['emp_loan_info']['vehicle_loan_amount'], 2) : '0.00' }} PFC & Interest {{ (isset($historyData->payable_N_deduction->deduction->provident_fund)) ? number_format($historyData->payable_N_deduction->deduction->provident_fund, 2) : '0.00' }}
PF Loan {{ (isset($data['emp_loan_info']['pf_loan_amount'])) ? number_format($data['emp_loan_info']['pf_loan_amount'], 2) : '0.00' }} Notice Pay {{ (isset($historyData->payable_N_deduction->deduction->notice_pay)) ? number_format($historyData->payable_N_deduction->deduction->notice_pay, 2) : '0.00' }}
Other Loan {{ (isset($data['getLatestAmountValue']['other_loan'])) ? number_format($data['getLatestAmountValue']['other_loan'], 2) : '0.00' }} Excess Consumed Leave {{ (isset($historyData->payable_N_deduction->deduction->excess_consumed_leave)) ? number_format($historyData->payable_N_deduction->deduction->excess_consumed_leave, 2) : '0.00' }}
Other Advance {{ (isset($data['emp_loan_info']['other_advanced'])) ? number_format($data['emp_loan_info']['other_advanced'], 2) : '0.00' }} Salary Deduction {{ (isset($historyData->payable_N_deduction->deduction->deduction_salary)) ? number_format($historyData->payable_N_deduction->deduction->deduction_salary, 2) : '0.00' }}
Fine {{ (isset($data['getLatestAmountValue']['fine_loan'])) ? number_format($data['getLatestAmountValue']['fine_loan'], 2) : '0.00' }} Dismissal Deduction {{ (isset($historyData->payable_N_deduction->deduction->dismissal_deduction)) ? number_format($historyData->payable_N_deduction->deduction->dismissal_deduction, 2) : '0.00' }}
Notice Type {{ $bossHistory->file_type }} Maternity Leave Salary Return {{ (isset($historyData->payable_N_deduction->deduction->ml_salary_return)) ? number_format($historyData->payable_N_deduction->deduction->ml_salary_return, 2) : '0.00' }}
Wf Contri. {{ (isset($data['emp_loan_info']['wf_loan'])) ? number_format($data['emp_loan_info']['wf_loan'], 2) : '0.00' }} Total {{ (isset($historyData->payable_N_deduction->deduction->total_value)) ? number_format($historyData->payable_N_deduction->deduction->total_value, 2) : '0.00' }}

Total Payable {{ (isset($historyData->payable_N_deduction->payable->total_value)) ? number_format($historyData->payable_N_deduction->payable->total_value, 2) : '0.00' }} Total Deduction {{ (isset($historyData->payable_N_deduction->deduction->total_value)) ? number_format($historyData->payable_N_deduction->deduction->total_value, 2) : '0.00' }} Net Payable {{ (isset($historyData->payable_N_deduction->payable->total_value) && isset($historyData->payable_N_deduction->deduction->total_value)) ? number_format(($historyData->payable_N_deduction->payable->total_value - $historyData->payable_N_deduction->deduction->total_value), 2) : '0.00' }}