<?php
$queryusers = $queryusers->toArray();
?>
<div class="email-wraper">
<div class="email-content">
<p>Hello <?php echo $queryusers[0]['name'];?>,</p>

<p>There was recently a request to change the password for your account.</p>
<p>If you requested this change, set a new password by using OTP: <strong><?php echo $queryusers[0]['token'];?></strong></p>
<p>If you did not make this request, you can ignore this email and your password will remain the same.</p>

<p><strong>Regards,<strong></p>
<p><strong>Team meridiofans</strong></p>

</div>
</div>