SALARY PAYSLIP

{{ \Carbon\Carbon::parse($salaryPayment->salary_month.'-01')->format('F Y') }}

{{ $profile->business_name }}

{{ $profile->full_address }}

@if($profile->gstin)

GSTIN: {{ $profile->gstin }}

@endif
@if($profile->logo) @endif

Generated: {{ now()->format('d M Y') }}

Payment Date: {{ $salaryPayment->payment_date ? \Carbon\Carbon::parse($salaryPayment->payment_date)->format('d M Y') : 'N/A' }}

Employee Name: {{ $salaryPayment->employee->name }}

Designation: {{ $salaryPayment->employee->designation ?? '—' }}

Department: {{ $salaryPayment->employee->department ?? '—' }}

Employment Type: {{ ucwords(str_replace('_',' ',$salaryPayment->employee->employment_type)) }}

PAN: {{ $salaryPayment->employee->pan ?? '—' }}

UAN (PF): {{ $salaryPayment->employee->uan_number ?? '—' }}

Working Days: {{ $salaryPayment->working_days ?? 26 }}

Present Days: {{ $salaryPayment->present_days ?? 26 }}

Bank: {{ $salaryPayment->employee->bank_name ?? '—' }}

A/C: {{ $salaryPayment->employee->bank_account ?? '—' }}

Payment Mode: {{ ucfirst($salaryPayment->payment_mode) }}

Reference: {{ $salaryPayment->reference_number ?? '—' }}

Earnings
@if(($salaryPayment->overtime_amount ?? 0) > 0) @endif @if(($salaryPayment->bonus ?? 0) > 0) @endif
Basic Salary₹{{ number_format($salaryPayment->basic_salary, 2) }}
House Rent Allowance (HRA)₹{{ number_format($salaryPayment->hra ?? 0, 2) }}
Other Allowances₹{{ number_format($salaryPayment->other_allowances ?? 0, 2) }}
Overtime₹{{ number_format($salaryPayment->overtime_amount, 2) }}
Bonus₹{{ number_format($salaryPayment->bonus, 2) }}
Gross Salary₹{{ number_format($salaryPayment->gross_salary, 2) }}
Deductions
@if(($salaryPayment->other_deductions ?? 0) > 0) @endif @if(($salaryPayment->advance_deduction ?? 0) > 0) @endif
Provident Fund (Employee 12%)₹{{ number_format($salaryPayment->pf_employee ?? 0, 2) }}
ESI (Employee 0.75%)₹{{ number_format($salaryPayment->esi_employee ?? 0, 2) }}
Professional Tax₹{{ number_format($salaryPayment->professional_tax ?? 0, 2) }}
TDS (Income Tax)₹{{ number_format($salaryPayment->tds ?? 0, 2) }}
Other Deductions₹{{ number_format($salaryPayment->other_deductions, 2) }}
Advance Deduction₹{{ number_format($salaryPayment->advance_deduction, 2) }}
Total Deductions₹{{ number_format($salaryPayment->total_deductions ?? 0, 2) }}
{{-- Employer contributions --}}
Employer Contributions (Not deducted from salary)
Employer PF (12%)₹{{ number_format($salaryPayment->employer_pf ?? $salaryPayment->pf_employer ?? 0, 2) }}
Employer ESI (3.25%)₹{{ number_format($salaryPayment->employer_esi ?? $salaryPayment->esi_employer ?? 0, 2) }}

NET TAKE-HOME SALARY

₹{{ number_format($salaryPayment->net_salary, 2) }}

Employee Signature
Authorised Signatory

This is a computer-generated payslip. CONFIDENTIAL — For employee use only. | {{ $profile->business_name }}