forgotpassword.blade.php
2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
?>
<div dir= "ltr">
<table width= "100%" cellspacing= "0" cellpadding= "0" style= "font-family:arial,sans-serif;font-size:13px;color:rgb(63,70,82);line-height:1.5">
<tbody>
<tr>
<td bgcolor= "#f0f0f0" style= "background-color:rgb(240,240,240);background-image:url({!!Config::get("app.protocol").Config::get("app.domain")!!}/assets/images/bg_grey.jpg)">
<table width= "500" cellspacing= "0" cellpadding= "0" align= "center">
<tbody>
<tr>
<td bgcolor= "#ffffff" align= "center" style= "background-color:rgb(255,255,255);text-align:center">
<table width= "390" cellspacing= "0" cellpadding= "0" align= "center">
<tbody>
<tr><td align=right><img src='<?php echo $message->embed(public_path()."/custom/mail-logo.png"); ?>' height=100px /></td></tr>
<tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">Hello! <br></td></tr>
<tr><td height= "20"></td></tr>
<tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">A Password Reset is Requested for your Account.</td></tr>
<tr><td height= "20"></td></tr>
<tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">Please click on following link to Reset your password <a href="{!!$verifyurl!!}">{!!$verifyurl!!}</a></td></tr>
<tr><td height= "20"></td></tr>
<tr><td align= "left" style= "font-family:Georgia,serif;font-size:16px;font-style:italic">The <font color= "#222222">{!! Config::get("app.name") !!} </font>Team.</td></tr>
<tr><td height= "40"></td></tr>
<tr><td height= "3" bgcolor= "#00c4cc" style= "font-size:1px"><img src= "<?php echo $message->embed(public_path()."/assets/images/spacer.gif"); ?>" width= "1" height= "3" alt= "" style= "display: block;"></td></tr>
<tr><td height= "20"></td></tr>
<tr><td align= "center" style= "font-family:Verdana,sans-serif;color:rgb(159,161,167);font-size:12px">You are receiving this email because you just signed up for {!! Config::get("app.name") !!} newsletter. If you're no longer interested you can <a href= "mailto:{!! Config::get("app.email") !!}?subject=Unsubscribe%20me,%20please" target= "_blank" style= "color:rgb(157,161,166)">unsubscribe</a>.</td></tr>
<tr><td height= "30"></td></tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>