| # | Product | Quantity | Subtotal |
|---|---|---|---|
| {{ $loop->iteration }} |
{{ $sell_lines->product->name }}
@if($sell_lines->product->type == 'variable')
- {{ $sell_lines->variations->product_variation->name}}
- {{ $sell_lines->variations->name}}
@endif
@if($lot_n_exp_enabled && !empty($sell_lines->lot_details))
@lang('lang_v1.lot_n_expiry'): @if(!empty($sell_lines->lot_details->lot_number)) {{$sell_lines->lot_details->lot_number}} @endif @if(!empty($sell_lines->lot_details->exp_date)) - {{@format_date($sell_lines->lot_details->exp_date)}} @endif @endif |
{{ @format_quantity($sell_lines->quantity) }} {{$sell_lines->product->unit->short_name ?? ""}} | {{ $sell_lines->unit_price_inc_tax * $sell_lines->quantity }} |