Selaa lähdekoodia

edit business pdf

ifah
Siti Hajar Ibrahim 5 vuotta sitten
vanhempi
commit
0734c8570d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      resources/views/pdf/newBusiness-pdf.blade.php

+ 2
- 1
resources/views/pdf/newBusiness-pdf.blade.php Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna