FEDERAL REPUBLIC OF NIGERIA

EMPLOYEE PAYSLIP

{{date('F', mktime(0, 0, 0, $payslip->month, 10))}} {{ $payslip->year }}

Employee Name:

{{($payslip->employee)}}

Grade:

{{$payslip->grade}}

IPPIS Number:

{{$payslip->ippis_no}}

Step:

{{$payslip->step}}

Legacy ID:

{{($payslip->legacyid)}}

Gender:

{{$payslip->gender}}

MDA/School/Command:

{{$payslip->mda}}

Tax State:

{{$payslip->tax_state}}

Department:

{{$payslip->department}}

TIN:

{{$payslip->tin}}

Location:

{{$payslip->location}}

Date of Appointment:

{{$payslip->dofa}}

Job:

{{$payslip->rank}}

Date of Birth:

{{$payslip->dob}}

CONFIDENTIAL

Bank Information Details

Bank Name:

{{$payslip->bank}}

PFA Name:

{{$payslip->pfa}}

Account Number:

{{($payslip->nuban)}}

Pension PIN:

{{$payslip->pen_no}}

Gross Earnings Information

Gross Deductions Information

Earnings

Amount

Dedcutions

Amount

@php $gross_earning = explode("\n",$payslip->gross_earning); $gross_deductions = explode("\n",$payslip->gross_deduction); $gEarn = 0; @endphp @for( $k=0 ; $k < max(count($gross_deductions),count($gross_earning)); $k++) @php $e__ = isset($gross_earning[$k])?explode("\t",$gross_earning[$k]):''; $d__ = isset($gross_deductions[$k])?explode("\t",$gross_deductions[$k]):''; $gEarn += $e__!=""?str_replace(' ',"",str_replace(",","",$e__[1])):0;//).","; // @endphp

{{ $e__!='' && isset($e__[0])?$e__[0]:'' }}

{{$e__!='' && isset($e__[1])?" ₦ ".$e__[1]:''}}

{{ $d__!='' && isset($d__[0])?$d__[0]:'' }}

{{ $d__!='' && isset($d__[1])?" ₦ ".$d__[1]:'' }}

@endfor

Summary of Payments

Total Gross Earnings:

@php $gep = explode("\n",$payslip->gross_earning); @endphp

₦ {{substr($gep[0],strpos($gep[0],"\t"))}}

Income Tax:

₦ {{trim($payslip->income_tax)}}

Total Gross Deductions:

₦ {{ number_format(trim($payslip->deductions),2) }}

Total Net Earnings:

₦ {{ $payslip->net_earning!=""?number_format(trim($payslip->net_earning),2):"" }}

Balances

Cummulative Tax Deduct
Cummulative Income
Cummulative Pension
Cummulative NHF
{{$payslip->cummulative_tax_deduction}}
{{$payslip->cummulative_income}}
{{$payslip->cummulative_pension}}
{{$payslip->cummulative_nhf}}