@extends('core::email') @section('content')

Your account for {{ $companyName }} on SnapHRM has been created. Your login details are:

Email: {{ $email }}
Password: {{ $originalPassword }}

@if($profileUpdate == 1)

As a part of your onboarding process, you are requested to login to your account and update your profile.

@endif @stop @section('callToAction')
    Login    
@stop