{{ $item->product_name }} {{-- (4.0) --}} @if($item->discount_price == NULL) ${{ $item->selling_price }} @else ${{ $item->selling_price - $item->discount_price }} ${{ $item->selling_price }} @endif
{{ $item->product_name }} {{-- (4.0) --}} @if($item->discount_price == NULL) ${{ $item->selling_price }} @else ${{ $item->selling_price - $item->discount_price }} ${{ $item->selling_price }} @endif
{{ $item->product_name }} @if($item->discount_price == NULL) ${{ $item->selling_price }} @else ${{ $item->selling_price - $item->discount_price }} ${{ $item->selling_price }} @endif
{{ $item->product_name }} @if($item->discount_price == NULL) ${{ $item->selling_price }} @else ${{$item->selling_price - $item->discount_price }} ${{ $item->selling_price }} @endif