@php ini_set("memory_limit", "-1"); @endphp
EARNINGS | DEDUCTIONS | ||||
---|---|---|---|---|---|
REGULAR HOURS | {{number_format($payroll->hours_work,2)}} | SSS | {{number_format($payroll->sss_contribution,2)}} | ||
TOTAL DAYS | {{number_format($payroll->days_work,2)}} | PHILHEALTH | {{number_format($payroll->nhip_contribution,2)}} | ||
LATE MINUTES | {{number_format($payroll->hours_tardy_basic,2)}} | PAGIBIG | {{number_format($payroll->hdmf_contribution,2)}} | ||
REGULAR PAY | {{number_format($payroll->basic_pay,2)}} | @if($payroll->sss_salary_loan > 0)SSS SALARY LOAN | {{ number_format($payroll->sss_salary_loan,2) }} | @else@endif | |
OVERTIME PAY | {{number_format($payroll->amount_overtime,2)}} | @if($payroll->sss_calamity_loan > 0)SSS CALAMITY LOAN | {{ number_format($payroll->sss_calamity_loan,2) }} | @else@endif | |
REST DAY PAY | {{number_format($payroll->amount_rest_days,2)}} | @if($payroll->pagibig_multi_purpose_loan > 0)PAGIBIG MULTI-PURPOSE LOAN | {{ number_format($payroll->pagibig_multi_purpose_loan,2) }} | @else@endif | |
NIGHT DIFF | {{number_format($payroll->amount_night_diff,2)}} | @if($payroll->pagibig_calamity_loan > 0)PAGIBIG CALAMITY LOAN | {{ number_format($payroll->pagibig_calamity_loan,2) }} | @else@endif | |
LEGAL HOLIDAY | {{number_format($payroll->amount_legal_holiday,2)}} | ||||
SPECIAL HOLIDAY | {{number_format($payroll->amount_special_holiday,2)}} | ||||
REST DAY OT | {{ number_format($payroll->amount_rest_day_overtime,2) }} | @endif | |||
LEGAL HOLIDAY OT | {{ number_format($payroll->amount_legal_holiday_overtime,2) }} | @endif | |||
SPECIAL HOLIDAY OT | {{ number_format($payroll->amount_special_holiday_overtime,2) }} | @endif | |||
OTHER INCOME | {{number_format($payroll->other_income_non_taxable,2)}} | OTHER DEDUCTIONS | {{number_format($payroll->other_deductions,2)}} | ||
{{strtoupper($allow->name)}} | {{number_format($allow->amount,2)}} | ||||
GROSS PAY | {{number_format($payroll->gross_pay,2)}} | TOTAL DEDUCTIONS | {{number_format($payroll->total_deductions,2)}} | ||
SUMMARY | ACKNOWLEDGEMENT | ||||
GROSS PAY | {{number_format($payroll->gross_pay,2)}} |
I HAVE READ AND UNDERSTOOD THE ABOVE COMPUTATIONS OF MY SALARY. _______________________ Signature with Date |
|||
TOTAL DEDUCTIONS | {{number_format($payroll->total_deductions,2)}} | ||||
NET PAY | {{number_format($payroll->net_pay,2)}} |