{{ $company }}
Payslip โ€” {{ \Carbon\Carbon::createFromDate($item->run->year, $item->run->month, 1)->format('F Y') }}
Employee{{ $item->employee->full_name }}
Employee Code{{ $item->employee->employee_code }}
Department{{ $item->employee->department?->name ?? 'โ€”' }}
Position{{ $item->employee->position?->title ?? 'โ€”' }}
DescriptionAmount
Basic Salary{{ money($item->basic) }}
Allowances{{ money($item->allowances) }}
Deductions- {{ money($item->deductions) }}
Net Pay{{ money($item->net) }}