Browse Source

edit thank you email

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
339ec2c5af

+ 1
- 1
app/Http/Controllers/DS/DealerClaimController.php View File

@@ -320,7 +320,7 @@ class DealerClaimController extends Controller

(int)$num += 1;

//add 0s at the fornt if number to complete 9 digit
//add 0s at the front if number to complete 9 digit
if ((strlen((string) $num)) == 2) {
$num = '0000000' . $num;
} elseif ((strlen((string)$num)) == 3) {

+ 8
- 0
resources/views/email/invoiceb.blade.php View File

@@ -207,6 +207,14 @@
</td>
</tr>
@endif
@if ($form->PackageDetail->contract == '24' && $form->PackageDetail->name == '1' && $form->Subscriber->city == 'CYBERJAYA' )
<tr>
<td colspan="2" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee">
<b>Promotion</b>
<p>City Broadband Business Cyberjaya 1Gbps@RM999 Promotion</p>
</td>
</tr>
@endif
<tr>
<td colspan="1" style="padding:10px 15px" width="50%" valign="middle" align="center" bgcolor="#eee">
<b> Business Voice Plan</b>

Loading…
Cancel
Save