|
PAYSLIP
{{ \Carbon\Carbon::createFromDate($run->year, $run->month, 1)->format('F Y') }}
|
| Employee Code: {{ $emp->employee_code }} | Pay Period: {{ $run->period_start->format('d M') }} – {{ $run->period_end->format('d M Y') }} | Generated: {{ now()->format('d M Y') }} |
| Name{{ $emp->full_name }} | Department{{ $emp->department->name ?? '—' }} | Designation{{ $emp->designation->name ?? '—' }} | Joining Date{{ $emp->joining_date?->format('d M Y') ?? '—' }} |
| Bank{{ $emp->bank_name ?? '—' }} | Account No.{{ $emp->bank_account ?? '—' }} | ||
{{ $detail->working_days }} Working |
{{ $detail->present_days }} Present |
{{ $detail->absent_days }} Absent |
{{ $fmt($detail->overtime_hours) }} OT Hours |
|
{{-- Deductions --}}
|
||||||||||||||||||||||||||||
| Component | Amount (PKR) |
|---|---|
| {{ $comp['name'] }} | {{ $fmt($comp['amount']) }} |
| Total PF (Employee + Employer) | {{ $fmt($detail->pf) }} |
|
NET SALARY
Gross {{ $fmt($detail->gross_salary) }} − Deductions {{ $fmt($detail->total_deductions) }}
|
PKR {{ $fmt($detail->net_salary) }} |