| # | @lang('product.product_name') | @lang('MRP') | @lang('sale.unit_price') | @lang('lang_v1.sell_quantity') | @lang('lang_v1.return_quantity') | @lang('lang_v1.return_subtotal') |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $sell_line->product->name }}
@if( $sell_line->product->type == 'variable')
- {{ $sell_line->variations->product_variation->name}}
- {{ $sell_line->variations->name}}
@endif
, Sku - {{ $sell_line->variations->sub_sku }}
@if($sell_line->is_free == '1')
@if(!empty($sell_line->offer_with)) Free with : {{ $sell_line->offer_with }} @endif @if(!empty($sell_line->offer_bill_amount_id)) Free on Total Amount @endif for offer : {{$sell_line->offer->name}} @endif |
{{ $sell_line->variations->product_mrp}} | {{ $sell_line->unit_price_inc_tax }} | {{ $sell_line->formatted_qty }} {{$unit_name}} | @if($sell_line->is_free == '1') @else @endif |