#{{ $employee->employee_number }} · {{ config('hr.company_name') }}
| Department | {{ $employee->department?->name }} |
| Position | {{ $employee->position?->name }} |
| Shift | {{ $employee->shift?->name }} |
| Status | {{ $employee->employment_status->label() }} |
| Phone | {{ $employee->phone }} |
| Hire Date | {{ $employee->hire_date?->format('Y-m-d') }} |
| Termination | {{ $employee->termination_date->format('Y-m-d') }} |
| Vacation Taken {{ $summary->vacationTaken }} |
Remaining {{ $summary->vacationRemaining }} |
Sick Leaves {{ $summary->sickLeaveCount }} |
Reports {{ $summary->reportsCount }} |