APIS
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>User Request Approval</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>User Request Approval</h2>
|
||||
<p>Hello {{ $content['first_name'] }} {{ $content['last_name'] }}</p>
|
||||
<p>Your request has been approved. Here are the details:</p>
|
||||
<ul>
|
||||
<li>Name: {{ $content['first_name'] }} {{ $content['last_name'] }}</li>
|
||||
<li>Email: {{ $content['email'] }}</li>
|
||||
<li>Your Password will be <b>{{$content['password']}}</b></li>
|
||||
<!-- Add more details as needed -->
|
||||
</ul>
|
||||
<p>Thank you!</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user