code.blade.php
573 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Email Code</title>
</head>
<body>
<div style="padding: 100px">
<div>
<img style="width: 25%;" src="https://img.ichunt.com/images/ichunt/202211/22/c0a944d0d89fde3ba67477369eac1bb2.png">
</div>
<div style="margin-top: 50px">
<p>Hi!</p>
<p>{{$msg}}</p>
<p>You can enter this code on SEMOUR website:</p>
<span style="font-size: 20px"><strong>{{$code}}</strong></span>
<p>If this was not you, please let us know at INFO@semour.com</p>
</div>
</div>
</body>
</html>