Welcome to {{ $microsite->company_name }} Brandstore!

@if (isset($client_logo_url))
{{ $microsite->company_name }} Logo
@endif

Hi {{ $user->name ?? 'User' }},

We're excited to welcome you to the {{ $microsite->company_name }} Brandstore!

You can now access your new microsite using your existing login credentials that you use on {{ env('DOMAIN_NAME') }}.

Step 1: Click here to login:

@php $maskedMobile = isset($user->mobile) && strlen($user->mobile) === 10 ? substr($user->mobile, 0, 2) . '******' . substr($user->mobile, -2) : '**********'; @endphp

Step 2: Enter your mobile number: {{ $maskedMobile }}

Step 3: Enter your existing password used on {{ env('DOMAIN_NAME') }}

Step 4: Click on “Login”

If you face any issues while logging in, feel free to contact our support team for help.

Thank you,
Team {{ $microsite->company_name }}