|
{{ __('Dear') }} {{ $data['name'] }},
{{ __('We are excited to have you on board and look forward to providing you with an exceptional experience.') }}
{{ __('We hope you enjoy your experience with us. If you have any feedback, feel free to share it with us.') }}
{{ __('Your account details are as follows') }}:
{{ __('App Link') }}: {{ $data['url'] }}
{{ __('Username') }}: {{ $data['email'] }}
{{ __('Password') }}: {{ $data['password'] }}
{{ __('Thank you for choosing.') }}
|