Explorar el Código

edit bugs business pdf

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
faba63c21b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      resources/views/pdf/newBusiness-pdf.blade.php

+ 1
- 1
resources/views/pdf/newBusiness-pdf.blade.php Ver fichero

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

Cargando…
Cancelar
Guardar