<?php
$queryusers = $queryusers->toArray();
?>
<div class="email-wraper">
<div class="email-content">
<p>Hello <?php echo $queryusers[0]['name'];?>,</p>
<p>Welcome to meridiofans Online Store. We're thrilled to see you here!</p>
<p>We hope you have a great shopping experience with us.</p>
<p>For any assisatnce our support team can be reached at <a href="mailto:info@meridiofans.com">info@meridiofans.com</a></p>

<p>To sign in to your account in future, use these credentials during checkout or on the My Account page</p>

<p>Email: <?php echo $queryusers[0]['email'];?></p>
<p>Password: Password you set when creating account</p>
<p>Forgot your account password? <a href="<?php echo url('/forgot'); ?>" target="_blank">Click here to reset it.</a></p>

<p>Signing into your account helps you to become a part of us. Will also ensure</p>

<ul>
<li>*Faster checkout</li>
<li>*To check order status</li>
<li>*View past orders</li>
<li>*Store multiple shipping addresses</li>
</ul>
 

<p>We'd love to hear if there is anything we can improve as your feedback helps us to help you better.</p>
<p>If you have any questions, please reply to this email. We will be happy to help!</p>


<p><strong>Regards,<strong></p>
<p><strong>Team meridiofans</strong></p>

</div>
</div>