mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Amendment on welcome voocher email requested by kexin
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
@extends('emails.layout.base')
|
||||
|
||||
@section('content')
|
||||
<h4 style="font-size: 1em;">Hello, {{$user->name}}</h4>
|
||||
<p style="font-size: 0.9em">Welcome to Exchange! We're thrilled to have you onboard as a new member. To kick things off, please use the following voucher for your first purchase</p>
|
||||
<p style="font-size: 0.9em">Voucher code: <span class="bold">{{$voucher->code}}</span></p>
|
||||
<p style="margin-top: 30px; font-size: 0.8em">This voucher is valid until {{ $voucher->end_date}}</p>
|
||||
<img style="width: 100%;" src="https://assets.izyim.com/public/images/emails/welcome50%25off.png"/>
|
||||
<p style="font-size: 0.9em">Hello from CIEF! Thanks for signing up with us. Thinking about using our RMB payment transfer services? Use code 【{{$voucher->code}}】 and get a 50% discount on your first order. Why not give it a try?</p>
|
||||
<p style="font-size: 0.9em">Any questions? I'm here to help. Start here: <a href="{{env('APP_URL').'/dashboard'}}">{{env('APP_URL').'/dashboard'}}</a></p>
|
||||
<p style="font-size: 0.9em">叮咚!非常感谢您在我们代付网站注册, 您是否对我们的代付服务感兴趣却还在犹豫或者在因为其他因素还没正式使用呢? 如果是首次下单, 不妨使用我们专门为新用户准备的独家优惠, 只需在首次下单时使用代码【{{$voucher->code}}】,就能享有5折的手续费折扣呢! 尝试了一次, 或许你会喜欢我们公司的服务,点击以下网址开始启用吧!</p>
|
||||
<p style="font-size: 0.9em"><a href="{{env('APP_URL').'/dashboard'}}">{{env('APP_URL').'/dashboard'}}</a></p>
|
||||
<p style="font-size: 0.9em">如果您有任何疑问或需要更多信息,随时联系我。我们期待着能为您提供物流以及代付服务!</span></p>
|
||||
|
||||
<p style="font-size: 0.9em">Thanks</span></p>
|
||||
<p style="font-size: 0.9em">谢谢!</span></p>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user