소스 검색

edit bugs business pdf

ifah
Siti Hajar Ibrahim 5 년 전
부모
커밋
f06c27263e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      resources/views/pdf/newBusiness-pdf.blade.php

+ 4
- 0
resources/views/pdf/newBusiness-pdf.blade.php 파일 보기

@@ -372,7 +372,11 @@
<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')
<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>
@endif
@endif
<td>&nbsp;</td>
</tr>

Loading…
취소
저장