Bladeren bron

edit copywriting email - 2

ifah
Siti Hajar Ibrahim 5 jaren geleden
bovenliggende
commit
85ae1c44fe
2 gewijzigde bestanden met toevoegingen van 12 en 8 verwijderingen
  1. 6
    4
      resources/views/email/invoice.blade.php
  2. 6
    4
      resources/views/email/invoiceb.blade.php

+ 6
- 4
resources/views/email/invoice.blade.php Bestand weergeven

@@ -143,7 +143,8 @@
</tr>
<tr style="font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:rgb(51,51,51)">
<td style="padding:0px 40px" valign="top" align="center">
<p><b style="color:#652d90">Hello</b> {{ $form->Subscriber->name }} </p>
<p><b style="color:#652d90">Hello</b> {{ $form->Subscriber->name }}.</p>
<br><p> </p>
<p> Your world is about to get a little faster! We have received your City Broadband Plan application, and we are processing your request. Here are your new subscription details:
</p>
</td>
@@ -371,9 +372,10 @@
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td bgcolor="#f6f7f8" style="padding:15px 10px;border-bottom:1px solid #ccc;border-top:1px solid #ccc" valign="middle" align="center">
<a href="{{ url('application-form/verify-email').'/'.$form->Subscriber->subscriber_id }}" style="font-size:18px;background:#d85100;border:0;font-family:Signika,Helvetica,Arial,sans-serif;padding:10px 25px;font-weight:400;min-width:150px;text-transform:uppercase;border-radius:4px;text-align:center;color:#fff;text-decoration:none" rel="nofollow" target="_blank" data-saferedirecturl="">
VERIFY EMAIL
<td bgcolor="#d85100" style="padding:15px 10px;border-bottom:1px solid #ccc;border-top:1px solid #ccc" valign="middle" align="center">
<i style="color:white">Did we get your details right? Click the button below to verify your email address.</i> <br><p> </p><br>
<a href="{{ url('application-form/verify-email').'/'.$form->Subscriber->subscriber_id }}" style="font-size:18px;background:#ffffff;border:0;font-family:Signika,Helvetica,Arial,sans-serif;padding:10px 25px;font-weight:400;min-width:150px;border-radius:4px;text-align:center;color:#d85100;text-decoration:none" rel="nofollow" target="_blank" data-saferedirecturl="">
Verify Email
</a>
</td>
</tr>

+ 6
- 4
resources/views/email/invoiceb.blade.php Bestand weergeven

@@ -143,7 +143,8 @@
</tr>
<tr style="font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:rgb(51,51,51)">
<td style="padding:0px 40px" valign="top" align="center">
<p><b style="color:#652d90">Hello</b> {{ $form->Subscriber->name }} </p>
<p><b style="color:#652d90">Hello</b> {{ $form->Subscriber->name }}.</p>
<br><p> </p>
<p>Your world is about to get a little faster! We have received your City Broadband Plan application, and we are processing your request. Here are your new subscription details:</p>
</td>
</tr>
@@ -421,9 +422,10 @@
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td bgcolor="#f6f7f8" style="padding:15px 10px;border-bottom:1px solid #ccc;border-top:1px solid #ccc" valign="middle" align="center">
<a href="{{ url('application-form/verify-email').'/'.$form->Subscriber->subscriber_id }}" style="font-size:18px;background:#d85100;border:0;font-family:Signika,Helvetica,Arial,sans-serif;padding:10px 25px;font-weight:400;min-width:150px;text-transform:uppercase;border-radius:4px;text-align:center;color:#fff;text-decoration:none" rel="nofollow" target="_blank" data-saferedirecturl="">
VERIFY EMAIL
<td bgcolor="#d85100" style="padding:15px 10px;border-bottom:1px solid #ccc;border-top:1px solid #ccc" valign="middle" align="center">
<i style="color:white">Did we get your details right? Click the button below to verify your email address.</i> <br><p> </p><br>
<a href="{{ url('application-form/verify-email').'/'.$form->Subscriber->subscriber_id }}" style="font-size:18px;background:#ffffff;border:0;font-family:Signika,Helvetica,Arial,sans-serif;padding:10px 25px;font-weight:400;min-width:150px;border-radius:4px;text-align:center;color:#d85100;text-decoration:none" rel="nofollow" target="_blank" data-saferedirecturl="">
Verify Email
</a>
</td>
</tr>

Laden…
Annuleren
Opslaan