Hello {{ $user->name }},
Your administrator account has been created for {{ config('app.name') }}. You now have access to manage company accounts and platform settings.
Your Login Credentials
Email: {{ $user->email }}
Password: {{ $password }}
@if($isTemporary)
⚠️ Important: This is a temporary password. Please change it immediately after your first login for security purposes.
@endif
As an administrator, you have access to:
- Manage multiple company accounts
- Create and manage users
- Access administrative dashboards
- Configure platform settings
Security Tips:
- Keep your password secure and never share it with anyone
- Use a strong, unique password
- Enable two-factor authentication if available
- Log out when using shared computers