first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<x-mail::message>
|
||||
# Hello!
|
||||
|
||||
Your OTP is: {{ $otp }}
|
||||
|
||||
Regards,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
@@ -0,0 +1,12 @@
|
||||
<x-mail::message>
|
||||
# Hello!
|
||||
|
||||
You are invite to {{ $companyName }} , Please click on the below link to accept the invitation
|
||||
|
||||
<x-mail::button :url="$url">
|
||||
Acceept Invitation
|
||||
</x-mail::button>
|
||||
|
||||
Regards,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome Email</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Welcome to the site {{$user['name']}}</h2>
|
||||
<br/>
|
||||
Your registered email-id is {{$user['email']}} , Please click on the below link to verify your email account
|
||||
<br/>
|
||||
<a href="{{ url('user/verify/', $user['verification_code']) }}">Verify Email</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user