fix email folder structure

This commit is contained in:
omair saleh
2021-06-19 12:10:56 +08:00
parent ef1cf350e9
commit 583f7ea924
@@ -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>