Files
think-greaterchiangmai/think-backend.greaterchiangmai.com/resources/views/emails/forgot-password.blade.php
2025-11-11 14:55:29 +07:00

86 lines
4.5 KiB
PHP

<!DOCTYPE html>
<html lang="en" style="background-color: #d5d9e2;">
<!--begin::Body-->
<body id="kt_body" class="app-blank">
<div class="d-flex flex-column flex-root" id="kt_app_root">
<!--begin::Wrapper-->
<div class="d-flex flex-column flex-column-fluid">
<!--begin::Body-->
<div class="scroll-y flex-column-fluid px-10 py-10" data-kt-scroll="true" data-kt-scroll-activate="true"
data-kt-scroll-height="auto" data-kt-scroll-dependencies="#kt_app_header_nav"
data-kt-scroll-offset="5px" data-kt-scroll-save-state="true"
style="background-color:#D5D9E2; --kt-scrollbar-color: #d9d0cc; --kt-scrollbar-hover-color: #d9d0cc">
<!--begin::Email template-->
<style>
html,
body {
padding: 0;
margin: 0;
font-family: Inter, Helvetica, "sans-serif";
}
a:hover {
color: #009ef7;
}
</style>
<div id="#kt_app_body_content"
style="background-color:#D5D9E2; font-family:Arial,Helvetica,sans-serif; line-height: 1.5; min-height: 100%; font-weight: normal; font-size: 15px; color: #2F3044; margin:0; padding:0; width:100%;">
<div
style="background-color:#ffffff; padding: 45px 0 34px 0; border-radius: 24px; margin:40px auto; max-width: 600px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"
height="auto" style="border-collapse:collapse">
<tbody>
<tr>
<td align="center" valign="center" style="text-align:center; padding-bottom: 10px">
<!--begin:Email content-->
<div style="text-align:center; margin:0 60px 34px 60px">
<!--begin:Media-->
<div style="margin-bottom:15px">
<p
style="margin-bottom:9px; color:#181C32; font-size: 28px; font-weight:600">
The Greater Chiangmai</p>
</div>
<!--end:Media-->
<div
style="font-size: 14px; font-weight: 500; margin-bottom: 40px; font-family:Arial,Helvetica,sans-serif;">
<p
style="margin-bottom:9px; color:#181C32; font-size: 22px; font-weight:700">
ลืมรหัสผ่าน
</p>
<p style="margin-bottom:2px; color:#7E8299">
เราได้รับคำขอให้รีเซ็ตรหัสผ่านสำหรับบัญชีของคุณ
</p>
</div>
<!--end:Text-->
<!--begin:Text-->
<div
style="text-align:start; font-size: 13px; font-weight: 500; margin-bottom: 27px; font-family:Arial,Helvetica,sans-serif;">
{{-- Link --}}
<p style="margin-bottom:2px; color:#5E6278">
<a target="_blank" href="{{ $link }}"
style="color:#50cd89; font-weight: 600"> ยืนยัน</a>
</p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>