NATIONAL AGRICULTURAL EXTENSION RESEARCH & LIAISON SERVICES, A.B.U., ZARIA

@if(json_decode($payslip->earnings)) @foreach((array)json_decode($payslip->earnings) as $key=>$earning) @endforeach @endif @if(json_decode($payslip->deductions)) @foreach((array)json_decode($payslip->deductions) as $key=>$deduction) @endforeach @endif
NAME {{$payslip->employee}}
PER/No. {{$payslip->p_no}}
{{$payslip->rank}} {{$payslip->grade}}/{{$payslip->step}}
DEPT. {{$payslip->department}} BANK {{$payslip->bank}}
PAY ADVICE: {{date('F', mktime(0, 0, 0, $payslip->month, 10))}}, {{ $year }}
Earnings
{{$key}} ₦{{$earning}}

Deductions
{{$key}} ₦{{$deduction}}
Total Deductions ₦{{$payslip->gross_deduction}}

NET PAY FOR THIS MONTH ₦{{$payslip->net_earning}}