| Employee | {{ $item->employee->full_name }} |
| Employee Code | {{ $item->employee->employee_code }} |
| Department | {{ $item->employee->department?->name ?? 'โ' }} |
| Position | {{ $item->employee->position?->title ?? 'โ' }} |
| Description | Amount |
|---|---|
| Basic Salary | {{ money($item->basic) }} |
| Allowances | {{ money($item->allowances) }} |
| Deductions | - {{ money($item->deductions) }} |
| Net Pay | {{ money($item->net) }} |