@php $monthUtils = new \App\Http\Classes\Helpers\MonthUtils(); @endphp
Basic Pay | {{ $registerData->basic_pay ?? 0 }} | ||||||||
---|---|---|---|---|---|---|---|---|---|
Add | |||||||||
BP Add Adjustments | {{ $registerData->basic_add_adjustment_amount ?? 0 }} | ||||||||
Less | |||||||||
Absences | ({{ $registerData->absences_amount}}) | ||||||||
Undertime | ({{ $registerData->undertime_amount}}) | ||||||||
BP Less Adjustments | ({{ $registerData->basic_less_adjustment_amount ?? 0}}) | {{ $registerData->net_basic < 0 ? '(' . abs($registerData->net_basic) . ')' : $registerData->net_basic }} | |||||||
Adjusted Basic Pay | {{ $registerData->adjusted_basic }} | ||||||||
Add | |||||||||
Holiday Pay | {{ $registerData->holiday_pay }} | ||||||||
Overtime Pay | {{ $registerData->overtime_pay }} | ||||||||
Night Shift Differential | {{ $registerData->night_shift_differential }} | ||||||||
Hazard Pay | {{ $registerData->total_hazard_pay }} | ||||||||
13th Month Pay | {{ $registerData->thirteenth_month_pay }} | ||||||||
De minimis Benefits | {{ $registerData->total_deminimis }} | ||||||||
Taxable Allowance | {{ $registerData->taxable_allowance_data['total'] }} | ||||||||
Other Taxable Adjustments | {{ $registerData->other_taxable_adjustments }} | {{ $registerData->gross_pay }} | |||||||
Gross Pay | {{ $registerData->gross_basic_pay }} | ||||||||
Less: Statutory Deductions - Employee Share | No Statutory Deductions have been set for this employee. Please check employee details. | @endif||||||||
SSS | ({{ $registerData->sss_deduction ? $registerData['sss_deduction_data']['employee_share']['total'] ?? 0 : 0 }}) | ||||||||
PhilHealth | ({{ $registerData->philhealth_deduction ? $registerData['philhealth_deduction_data']['employee_share']['regular'] ?? 0 : 0 }}) | ||||||||
Pag-Ibig | ({{ $registerData->pag_ibig_deduction ? $registerData['pag_ibig_deduction_data']['employee_share']['regular'] ?? 0 : 0 }}) | ({{ $registerData->statutory_deductions }}) | |||||||
Net Taxable Income | {{ $registerData->net_taxable_income }} | ||||||||
Withholding Tax | ({{ $registerData->withholding_tax_data['total_withholding'] }}) | ||||||||
Net pay before non-tax items | {{ $registerData->net_before_non_taxable }} | ||||||||
Less: Loans | |||||||||
SSS Loans | ({{ $registerData->sss_loan_deduction ?? 0 }}) | ||||||||
Pag-Ibig Loans | ({{ $registerData->pag_ibig_loan_deduction ?? 0 }}) | ||||||||
Pag-Ibig II | ({{ $registerData->pag_ibig_2_deduction ?? 0 }}) | ||||||||
Company Loans | ({{ $registerData->company_loan_deduction ?? 0 }}) | ||||||||
Add: | |||||||||
Non-taxable Allowances | {{ $registerData->non_taxable_allowance_data['total'] }} | {{ $registerData->total_tax_items }} | |||||||
Net pay after non-tax items | {{ $registerData->net_pay_after_non_taxable }} |