{{-- Brand header --}}
S
{{ config('app.product_name') ?: config('app.name') }}
@if($invite_user)

You've been invited

An account has been created for you on {{ config('app.product_name') ?: config('app.name') }}. Use the temporary credentials below to sign in for the first time.

@isset($email) @endisset @isset($code) @endisset
Login email {{ $email }}
Temporary password {{ $code }}
Log in to your account

Two quick steps on first sign-in:

  1. Set a new password to replace the temporary one above.
  2. Complete your profile details.

For your security, please change this temporary password immediately and don't share it with anyone.

@else

Verify your account

We received a request to register your account. Use the verification code below to complete the sign-up process.

@isset($code)
Your verification code
{{ $code }}
@endisset
Verify account
@endif

If you did not expect this email, you can safely ignore it, or contact support if you have any concerns.

Thanks,

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