Welcome to {{ $company->name }}!
Hello {{ $employee->full_name ?: $employee->first_name }},
Congratulations! You have been added as an employee at {{ $company->name }}. We're excited to have you join our team!
Your Employee Details:
- Employee ID: {{ $employee->employee_id }}
- Name: {{ $employee->full_name ?: $employee->first_name . ' ' . $employee->last_name }} @if($employee->preferred_name)
- Preferred Name: {{ $employee->preferred_name }} @endif
- Position: {{ $employee->position }}
- Department: {{ $employee->department }}
- Start Date: {{ $employee->hire_date->format('F j, Y') }}
- Email: {{ $employee->email }}
To complete your account setup and access the company portal, please click the button below:
Important: This invitation link will expire in 7 days. Please complete your account setup as soon as possible.
What's Next?
- Click the "Complete Account Setup" button above
- Create a secure password for your account
- Complete your employee profile
- Explore the company portal and HR tools
If you have any questions or need assistance, please don't hesitate to reach out to the HR department.
Welcome aboard!
Best regards,
{{ $company->name }} HR Team