Image

GOVERNMENT OF INDIA

MINISTRY OF DEFENCE

Office of the JS & CAO

Pay Slip: {{ \Carbon\Carbon::parse($payslip->ondate)->format('M Y') }}
Emp. No. {{ $payslip->employee_no }} D.O.B {{ date('d-m-Y', strtotime($employee->dob)) ?? 'N/A' }}
Name {{ strtoupper($employee->user->name) ?? 'N/A' }} Designation {{ strtoupper($employee->designation) ?? 'N/A' }}
Office {{ $payslip->office }} PAN {{ $employee->pan ? str_repeat('X', strlen($employee->pan) - 4) . substr($employee->pan, -4) : 'XXXXX' }}
Pay Group {{ $payslip->cao }} GPF/PRAN No. {{ $payslip->gpfno }}
Pay Level {{ $payslip->pscl_code }} Bank A/c {{ $payslip->accountno }}
IFSC {{ $payslip->ifsc }}
{{-- Earnings Table --}} @if ($payslip->eh3) @endif @if ($payslip->eh5) @endif @if ($payslip->cpf_govt_contrbn) @endif
EARNINGS
BASIC PAY {{ $payslip->basic_pay }}
DA {{ $payslip->da }}
HRA {{ $payslip->hra }}
TPT + DA {{ $payslip->tpt }}
{{ $payslip->eh3 }} {{ $payslip->ev3 }}
{{ $payslip->eh5 }} {{ $payslip->ev5 }}
NPS_GOVT_CONTRBN {{ $payslip->cpf_govt_contrbn }}
{{-- Deductions Table --}} @if ($payslip->income_tax) @endif @if ($payslip->edu_cess) @endif @if ($payslip->eh2) @endif @if ($payslip->eh4) @endif @if ($payslip->cpf_govt_contrbn) @endif
DEDUCTION
GPF/NPS SUBS {{ $payslip->gpf_subs }}
CGHS {{ $payslip->cghs }}
CGEIS {{ $payslip->cgies }}
Income Tax {{ $payslip->income_tax }}
CESS {{ $payslip->edu_cess }}
{{ $payslip->eh2 }} {{ $payslip->ev2 }}
{{ $payslip->eh4 }} {{ $payslip->ev4 }}
NPS_GOVT_CONTRBN {{ $payslip->cpf_govt_contrbn }}
GROSS PAY {{ $payslip->gross_earn }} DEDUCTIONS {{ $payslip->pymf_gross_deduct }}
NET PAY: {{ $payslip->pymf_net_pay }}

@if($payslip->remks && $payslip->remks != 0)

{{ $payslip->remks }}

@endif

This is a computer generated salary slip and does not require signature and stamp.