mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 23:13:59 +00:00
fix email folder structure
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
<h4 style="font-size: 1em;">Hello, {{ $user->first_name.' '.$user->last_name }}</h4>
|
||||
<p style="font-size: 0.9em">We have received a request to reset the the password for your account on <a href="https://stagging.exchange.cief-malaysia.com" class="bold">CIEF Exchange</a></p>
|
||||
<p style="font-size: 0.9em">We have received a request to reset the the password for your account on <a href="{{url('login')}}" class="bold">CIEF Exchange</a></p>
|
||||
<p style="margin-top: 30px; font-size: 0.8em">Click the link below to complete the process. Note that the link expires in 24 hours</p>
|
||||
<div style="margin-top: 20px;">
|
||||
<a href="{{url('account.password.reset', ['token' => $attempt->token])}}"><button class="btn all-caps bg-primary no-border text-white pointer" style="font-size: 0.8em">Reset password</button></a>
|
||||
|
||||
Reference in New Issue
Block a user