| @@ -376,8 +376,9 @@ | |||
| <b>RM {{ $p->aug20_price }}</b> ( RM {{ number_format(floatval($p->aug20_price) * 1.06, 2) }} ) | |||
| </td> | |||
| @elseif($p->promotion_price == '0' || $package->contract == "12" ) | |||
| @if ( $p->speed != '1') | |||
| <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM {{ number_format(floatval($p->retail_price) * 1.06, 2) }} )</td> | |||
| @if ( $p->speed == '1') | |||
| @elseif ( $p->speed == '1') | |||
| <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM 3708.94 )</td> | |||
| @endif | |||
| @endif | |||