Browse Source

add retail price for business pdf

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
a1a3c298a8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      resources/views/pdf/newBusiness-pdf.blade.php

+ 1
- 0
resources/views/pdf/newBusiness-pdf.blade.php View File

<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

Loading…
Cancel
Save