| @@ -29,7 +29,7 @@ | |||
| </tr> | |||
| @endif | |||
| @if($package->name == '1' && $package->contract == '24' && $form->city == 'CYBERJAYA' && $created >= '2020-12-16' && $form->Form->dealer_id != null) | |||
| @if($package->name == '1' && $package->contract == '24' && $form->city == 'CYBERJAYA' && $created >= '2020-12-21' && $form->Form->dealer_id != null) | |||
| <tr> | |||
| <td align="left" style="font-size: 10px"> | |||
| <b style="color: red">City Broadband Business Cyberjaya 1Gbps@RM999 Promotion</b> | |||
| @@ -383,7 +383,7 @@ | |||
| </span> | |||
| <b>RM {{ $p->aug20_price }}</b> ( RM {{ number_format(floatval($p->aug20_price) * 1.06, 2) }} ) | |||
| </td> | |||
| @elseif($package->name == '1' && $package->contract == '24' && $form->city == 'CYBERJAYA' && $created >= '2020-12-16' && $form->Form->dealer_id != null) | |||
| @elseif($package->name == '1' && $package->contract == '24' && $form->city == 'CYBERJAYA' && $created >= '2020-12-21' && $form->Form->dealer_id != null) | |||
| @if ( $p->speed == '1') | |||
| <td style="font-size: 11px;"> | |||
| <span style="text-decoration: line-through;"> | |||
| @@ -434,7 +434,7 @@ | |||
| </td> | |||
| </tr> | |||
| @endif | |||
| @if($package->name == '1' && $package->contract == '24' && $form->city == 'CYBERJAYA' && $created >= '2020-12-16' && $form->Form->dealer_id != null)) | |||
| @if($package->name == '1' && $package->contract == '24' && $form->city == 'CYBERJAYA' && $created >= '2020-12-21' && $form->Form->dealer_id != null)) | |||
| <tr> | |||
| <td style="font-size: 11px;"> | |||
| <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> City Broadband Business Cyberjaya 1Gbps@RM999 Promotion | |||
| @@ -524,7 +524,7 @@ | |||
| </tr> | |||
| <tr> | |||
| @if ($package->name == "1") | |||
| @if ($package->contract == "24" && $form->city == "CYBERJAYA" && $created >= '2020-12-16') | |||
| @if ($package->contract == "24" && $form->city == "CYBERJAYA" && $created >= '2020-12-21') | |||
| <td style="font-size: 11px;">Total : <b>RM 1058.94</b> </td> | |||
| @elseif ($package->contract == "12") | |||
| <td style="font-size: 11px;">Total : <b>RM 4026.94</b> </td> | |||