Welcome to {{ $addedBy ?? config('app.name') }}
We're excited to have you onboard!
@if($userType === 'customer')
An account has been created for your company on the {{ config('app.name') }} platform. Below are your login credentials to access the portal:
@elseif($userType === 'transporter')
You've been added as a Transporter under {{ $addedBy ?? config('app.name') }} on the {{ config('app.name') }} platform. Below are your login credentials to access the portal and mobile application (iOS and Android):
@elseif($userType === 'staff')
You've been added as a Staff member under {{ $addedBy ?? config('app.name') }} on the {{ config('app.name') }} platform. Below are your login credentials to access the portal:
@else
An account has been created for you on the {{ config('app.name') }} platform. Below are your login credentials to access the portal:
@endif
Email Address: {{ $email }}
One-Time Password: {{ $password }}
For security reasons, you will be prompted to change your password after your first login.
|