| <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($p->promotion_price == '0' || $package->contract == "12" ) | @elseif($p->promotion_price == '0' || $package->contract == "12" ) | ||||
| <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') | @if ( $p->speed == '1') | ||||
| <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM 3708.94 )</td> | <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM 3708.94 )</td> | ||||
| @endif | @endif |