MINI Sh3ll
<div style="padding:0.0px;margin:0.0px;font-family:Arial,Helvetica,sans-serif;background:none repeat scroll 0.0% 0.0% rgb(234,234,234)">
<center>
<table style="padding:25;margin:0;border:0" width="700" cellspacing="0" border="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align:left">
<table style="" bgcolor="white" align="center" width="660" cellspacing="0" border="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2" align="center" valign="top">
<table style="" width="100%" cellspacing="0" border="0" cellpadding="0">
<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 height="100">
<span style="font-weight:normal;font-size:10.0pt;line-height:15.0pt; padding: 20px; display: block;">
<p>Dear <a href="mailto:[email protected]" target="_blank">{{$user['first_name']}},</a></p>
<p>Welcome to Solar.<br> You have been invited by Solar-Application Admin</p>
<p>If you would like to accept this invitation, please click on the below link and join.</p>
<div style="padding:5.0px 0.0px 10.0px 0.0px">
<div style="background-color:rgb(0, 137, 123);border-radius: 4px;text-align:center;font-size:14.0px;color:rgb(255,255,255);line-height:30.0px;width:150px;margin:0 auto;">
<?php $url = url('/register') . '?' . base64_encode(http_build_query(['name'=> $user['first_name'], 'email' => $user['email']])); ?>
<a href="{{$url}}" target="_blank" data-saferedirecturl="">
<span style="color:rgb(255,255,255);font-size:14.0px;text-decoration:underline;margin:5.0px 12.0px 0.0px">Join Organization</span>
</a>
</div>
<div style="clear:both"></div>
</div>
<p>If you do not want to be a part of this Organization, please click on the below link to reject the invitation.</p>
<div style="padding:5.0px 0.0px 10.0px 0.0px">
<div style="background-color:rgb(0, 137, 123);border-radius: 4px;text-align:center;font-size:14.0px;color:rgb(255,255,255);line-height:30.0px;width:150px;margin:0 auto;">
<!-- <form style="margin-bottom: 0" action="" name="rejection_form"> -->
<a href="{{route('rejectInvitation',encrypt($user['id']))}}" target="_blank" id="rejection_link" data-saferedirecturl="">
<span style="color:rgb(255,255,255);font-size:14.0px;text-decoration:underline;margin:5.0px 12.0px 0.0px">Reject Invitation</span></a>
<input type="hidden" name="formtype" value="reject-invitaion">
<!-- </form>-->
</div>
<div style="clear:both"></div>
</div>
<p>If you did not register with Solar, please ignore this message. Somebody could have entered your email address accidentally.</p>
<p>Thank you<br>
Solar Team<br>
Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a><br>
Telephone: +1 408 352 9117<br>
<a href="" target="_blank" data-saferedirecturl="">https://www.Solar.com</a><br>
</p>
</span>
</td>
</tr>
<tr>
<td colspan="2" style="font-size:12.0px;color:rgb(188,188,188);padding:10.0px;text-align:center;font-size:10.0pt;line-height:15.0pt">
© 2019. Solar by ... </td>
</tr>
</tbody></table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</center>
</div>
<script type="text/javascript">
$(document).ready(function() {
$("#rejection_link").click(function() {
$("#rejection_form").submit();
});
});
</script>
OHA YOOOO