{{-- --}}

Employee Payslip

PAY PERIOD FROM: {{$data['pay_period']}}
NAME: {{$data['emp_name']}}
INCOME DEDUCTION LOAN BALANCE (As of {{$data['loan_balances']['loan_balance_date']}})
@for($i = 3;$i < 6;$i++) @endfor
Basic Pay ({{$data['income']['basic_pay']['basic_hours']}}) {{number_format($data['income']['basic_pay']['inc_amount'],2)}}
Regular OT ({{$data['income']['regular_ot']['no_of_hours']}}) {{number_format($data['income']['regular_ot']['ot_amount'],2)}}
Absences ({{$data['income']['absences']['leave_hours']}}) {{number_format($data['income']['absences']['tot_leave_cost'],2)}}
 

Remarks: {{$data['income']['remarks'][0]}}

@foreach($data['deductions'] as $deduction) @endforeach
{{$deduction['deduct_type']}}        {{number_format($deduction['deduct_amt'],2)}}
@foreach($data['loan_balances']['loans'] as $loan) @endforeach
{{$loan['loan_type']}}        {{number_format($loan['loan_balance'],2)}}
GROSS PAY: {{ number_format($data['totals']['gross_pay'],2)}} TOTAL DED: {{number_format( $data['totals']['total_deduction'],2)}} NET PAY: {{number_format($data['totals']['net_pay'],2)}}