|
|
|
@@ -21,8 +21,7 @@ |
|
|
|
<body> |
|
|
|
<!-- Address --> |
|
|
|
<table width="100%"> |
|
|
|
|
|
|
|
@if($package->name != '1' && $package->contract == '24' && date('d/m/Y', strtotime($created_at)) >= strtotime('11/08/2020')) |
|
|
|
@if($package->name != '1' && $package->contract == '24' && $created >= '2020-08-12') |
|
|
|
<tr> |
|
|
|
<td align="left" style="font-size: 10px"> |
|
|
|
<b style="color: red">PROMOTION (RM 10 off for 24 months)</b> |
|
|
|
@@ -423,7 +422,7 @@ |
|
|
|
<td> </td> |
|
|
|
</tr> |
|
|
|
@endforeach |
|
|
|
@elseif (date('d/m/Y', strtotime($created_at)) >= strtotime('11/08/2020')) |
|
|
|
@elseif ($created >= '2020-08-12') |
|
|
|
@foreach($product as $p) |
|
|
|
<tr> |
|
|
|
<td width="13" height="13" style="border:1px solid black;"> |
|
|
|
@@ -472,7 +471,7 @@ |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr><td height="4"></td></tr> |
|
|
|
@if ($package->name != '1' && $package->contract == '24' && date('d/m/Y', strtotime($created_at)) >= strtotime('11/08/2020')) |
|
|
|
@if ($package->name != '1' && $package->contract == '24' && $created >= '2020-08-12') |
|
|
|
<tr> |
|
|
|
<td style="font-size: 11px;"> |
|
|
|
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> RM 10 off for 24 months |
|
|
|
@@ -543,7 +542,7 @@ |
|
|
|
@if($package->voice_fee == "no" || $package->voice_fee == "No" || $package->voice_fee == "NO") |
|
|
|
<td style="font-size: 11px;">Voice Fee : <b>RM 0.00</b></td> |
|
|
|
@elseif($package->voice_fee == "yes" || $package->voice_fee == "Yes" || $package->voice_fee == "YES") |
|
|
|
@if(date('d/m/Y', strtotime($created_at)) >= strtotime('11/08/2020')) |
|
|
|
@if($created >= '2020-08-12') |
|
|
|
<td style="font-size: 11px;">Voice Fee : <b>RM 21.20</b> (including 6% ST)</td> |
|
|
|
@else |
|
|
|
<td style="font-size: 11px;">Voice Fee : <b>RM 21.20</b> (including 6% ST)</td> |