{{ $product->product->stock_id }} |
{{-- | --}}
{{ $product->product->item_code }}
{!! html_entity_decode($product->description, ENT_QUOTES) !!} |
{{ $product->qty }} |
{{ \App\Http\Helper::formatPrice($product->unit_price) }} |
{{--
{{ \App\Http\Helper::formatPrice($product->qty * $product->unit_price) }} | --}}
@if ($product->discount != '' && $product->discount != 0)
@if ($product->discount_type == 'P')
{{ $product->discount }} %
@else
{{ \App\Http\Helper::formatPrice($product->discount) }}
@endif
@else
0.00
@endif
|
{{ \App\Http\Helper::formatPrice($product->sub_total) }} |
@endforeach
@for ($count ;$count<10;$count++)