| Current Path : /home/zada/public_html/resources/views/emails/ |
| Current File : /home/zada/public_html/resources/views/emails/guest_account_opening.blade.php |
<p>{{ translate('Hi! An account has been created on').' '.env('APP_NAME') }}</p>
<p>{{ translate('Your Email is') }}: {{ $email }}</p>
<p>{{ translate('Your Password is') }}: {{ $password }}</p>
<a class="btn btn-primary btn-md" href="{{ env('APP_URL') }}">{{ translate('Go to the website') }}</a>