{{ config('app.name') }}

Hello {{ $data['name'] ?? 'User' }},

Your account has been successfully created. Below are your login credentials:

Email
{{ $data['email'] }}
Password
{{ $data['password'] }}

⚠️ For security reasons, please change your password immediately after logging in.

If you have any questions or need help, feel free to contact our support team.

Regards,
{{ config('app.name') }}

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.