MINI Sh3ll
<table valign="top" width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#efefef" align="center" style="font-family:'Open Sans','Arial';color:#1d1d1d;font-size:13px">
<tbody>
<tr>
<td valign="top" align="center">
<table style="width:100%;padding:40px" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td valign="top" align="center">
<table width="90%" cellspacing="0" cellpadding="0" border="0" align="center" style="background-color:#fff">
<tbody>
<tr>
<td style="padding:10px 20px;border-bottom:2px solid #00897b">
{{-- <h2 style="margin:1px;color:#00897b;font-weight:400">Solar</h2> --}}
<img alt="" src="{{ asset('image/logo.png') }}" width="125" height="70" style="margin-left: 5px;" />
</td>
</tr>
<tr>
<td valign="top" style="padding:0 5%;/* font-size:16px */">
<p>Hi {{$user['first_name']}} ,</p>
<p>Someone requested a password reset for your account. If this was not you, please disregard this email. If you'd like to continue click the link below.</p>
<p>This link will expire in 20 minutes.</p>
</td>
</tr>
<tr>
<td valign="top" style="padding:5%;">
<p style="padding-top:0px;text-align:center;margin-top:0">
<?php $url = url(config('app.url').route('password.reset', base64_encode($user['email']), false));?>
<a href="{{$url}}" style="padding:10px 25px;background-color:#00897b;display:inline-block;color:#fff;text-decoration:none;border-radius:4px;text-align:center" >Reset Your Password</a>
</p>
<p style="margin-bottom:0px">Regards,</p>
<p style="margin-top:0px">Treepye Team</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
OHA YOOOO