@if($working_hours > 0)
{{$c++}} |
{{$employee->emp_name}} |
@if(!empty($rates) && $rates->daily > 0)
{{number_format($rate_employee,2)}} |
{{number_format($rate_employee/8,2)}} |
@endif
{{number_format($day_works,2)}} |
{{number_format($working_hours,2)}} |
{{number_format($basic_pay,2)}} |
{{number_format($hours_tardy,2)}} |
{{number_format($tardy_amount,2)}} |
{{number_format($overtime,2)}} |
{{number_format($overtime_amount,2)}} |
@if($rates->specialholiday != "undefined" && $rates->specialholiday > 0)
{{number_format($special_holiday,2)}} |
{{number_format($special_holiday_amount,2)}} |
@endif
@if($rates->holiday != "undefined" && $rates->holiday > 0)
{{number_format($legal_holiday,2)}} |
{{number_format($legal_holiday_amount,2)}} |
@endif
@if($rates->nightshift != "undefined" && $rates->nightshift > 0)
{{number_format($night_diff,2)}} |
{{number_format($nightdiff_amount,2)}} |
@endif
{{number_format($gross_pay,2)}} |
{{number_format($other_income_non_tax,2)}} |
{{number_format($sss,2)}} |
{{number_format($philhealth,2)}} |
{{number_format($pagibig,2)}} |
0.00 |
{{number_format($total_deduction,2)}} |
{{number_format($net,2)}} |
|
@endif
@endforeach