@extends('emails.layout') @section('salutation') Welcome {{$user->displayName()}}, @endsection @section('content') @if($temporaryPassword)

Thank you for signing up. Below is your temporary password to login.
{{ $temporaryPassword }}

@else

Thank you for signing up. We’re thrilled to have you onboard. Please click the link below to complete the process.

@endif @include('emails.call-to-action-button', ['link'=>$stringMappingConfig['productUrl'] .'/my-account', 'label' => 'Access your account']) @endsection