This commit is contained in:
sayaliparab
2024-05-31 11:51:35 +05:30
parent 8d1d653c4c
commit 520c376713

View File

@@ -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'] }}&nbsp;{{ $content['last_name'] }}</p>
<p>Your request has been approved. Here are the details:</p>
<ul>
<li>Name: {{ $content['first_name'] }}&nbsp;{{ $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>