Dear {{ $employee->first_name }},
Welcome aboard! Your employer, {{ optional($employee->business)->name ?? 'No data' }}, has set you up on Paytym - your new one-stop portal for all things HR and Payroll.
Your Employment Profile at a Glance:
- Business: {{ optional($employee->business)->name ?? 'No data' }}
- Branch: {{ optional($employee->branch)->name ?? 'No data' }}
- Department: {{ optional($employee->department)->dep_name ?? 'No data' }}
- Position: {{ optional($employee->role)->role_name ?? 'No data' }}
@if($employee->salary_type == 0 )
- Salary: {{ optional($employee)->rate ?? 'No data' }} Per {{ optional($employee)->pay_period == 2 ? 'Month' : (optional($employee)->pay_period == 1 ? 'Fortnightly' : 'Week') }} (Fixed)
@else
- Hourly Rate: {{ optional($employee)->rate ?? 'No data' }} (Hourly)
@endif
- Start Date: {{ optional($employee)->employment_start_date ?? 'No data' }}
Login Credentials:
- Email: {{ $employee->email }}
- Password: {{ $password }}
For security reasons, please change your password after your first login.
To get started:
- Download the Paytym mobile application
- Use your credentials to log in and access your personalized dashboard
- Explore your new HR & Payroll tools
With Paytym, managing your work-related tasks is at your fingertips!
Welcome and enjoy your Paytym experience!
|