flexisip-account-manager/flexiapi/resources/views/mails/register_validate.blade.php
Timothée Jaussoin fc96338bfb Redesign the UI
2023-06-09 08:24:49 +00:00

19 lines
501 B
PHP

<html>
<head>
<title>Account registered on {{ config('app.name') }}</title>
</head>
<body>
<p>Hello,</p>
<p>
You just created an account on {{ config('app.name') }} using your email account.<br />
Please enter the following code on the confirmation page:
</p>
<p>
<h2>{{ $code }}</h2>
</p>
<p>
Regards,<br />
{{ config('mail.signature') }}
</p>
</body>
</html>