Welcome {{ $user->firstname }}!

@if($is_full_access)

Your account is active and ready to use at {{ $tenant->name }}!

@else

Your account has been created but is pending tenant assignment.

@endif
Full Name {{ $user->firstname }} {{ $user->lastname }}
Email {{ $user->email }}
Password {{ $plain_password }}
@if($is_full_access)
Log In Now

Security Tip: Please change your password immediately after logging in.

@else

A system administrator will assign you to a company shortly.
You’ll receive another email once your account is fully activated.

@endif