Browse Source

update date promotion 21-12-2020

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
9aec59241e
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      resources/views/pdf/newBusiness-pdf.blade.php

+ 4
- 4
resources/views/pdf/newBusiness-pdf.blade.php View File

</tr> </tr>
@endif @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> <tr>
<td align="left" style="font-size: 10px"> <td align="left" style="font-size: 10px">
<b style="color: red">City Broadband Business Cyberjaya 1Gbps@RM999 Promotion</b> <b style="color: red">City Broadband Business Cyberjaya 1Gbps@RM999 Promotion</b>
</span> </span>
<b>RM {{ $p->aug20_price }}</b> ( RM {{ number_format(floatval($p->aug20_price) * 1.06, 2) }} ) <b>RM {{ $p->aug20_price }}</b> ( RM {{ number_format(floatval($p->aug20_price) * 1.06, 2) }} )
</td> </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') @if ( $p->speed == '1')
<td style="font-size: 11px;"> <td style="font-size: 11px;">
<span style="text-decoration: line-through;"> <span style="text-decoration: line-through;">
</td> </td>
</tr> </tr>
@endif @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> <tr>
<td style="font-size: 11px;"> <td style="font-size: 11px;">
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> City Broadband Business Cyberjaya 1Gbps@RM999 Promotion <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> City Broadband Business Cyberjaya 1Gbps@RM999 Promotion
</tr> </tr>
<tr> <tr>
@if ($package->name == "1") @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> <td style="font-size: 11px;">Total : <b>RM 1058.94</b> </td>
@elseif ($package->contract == "12") @elseif ($package->contract == "12")
<td style="font-size: 11px;">Total : <b>RM 4026.94</b> </td> <td style="font-size: 11px;">Total : <b>RM 4026.94</b> </td>

Loading…
Cancel
Save