You're Invited!

@if (isset($body))

Hello {{ $body['firstname'] }},

This is to inform you that an account has been created for you. You can access the application using the following link:

Application Link: {{ env('APP_URL') }}

Below are your login credentials:

Account Name: {{ $body['name'] }}

Email: {{ $body['email'] }}

Password: {{ $body['password'] }}

Please click the button below to access the application:

Go to App
@else
No Message Content
@endif