Explorar el Código

edit business pdf

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

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

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

Cargando…
Cancelar
Guardar