| # | {{$receipt_details->table_product_label}} | {{$receipt_details->table_qty_label}} | @if(empty($receipt_details->hide_price)){{$receipt_details->table_unit_price_label}} | {{$receipt_details->table_subtotal_label}} | @endif
|---|---|---|---|---|
| {{$loop->iteration}} |
{{$line['name']}} {{$line['product_variation']}} {{$line['variation']}}
@if(!empty($line['sub_sku']) || !empty($line['brand']) || !empty($line['cat_code']))
@if(!empty($line['sub_sku']))SKU: {{$line['sub_sku']}}@endif
@if(!empty($line['brand'])) | {{$line['brand']}}@endif
@if(!empty($line['cat_code'])) | {{$line['cat_code']}}@endif
@endif
@if(!empty($line['product_custom_fields']))
{{$line['product_custom_fields']}}
@endif
@if(!empty($line['product_description']))
{!!$line['product_description']!!}
@endif
@if(!empty($line['sell_line_note']))
{!!$line['sell_line_note']!!}
@endif
@if(!empty($line['lot_number']))
{{$line['lot_number_label']}}: {{$line['lot_number']}}
@endif
@if(!empty($line['product_expiry']))
Exp: {{$line['product_expiry']}}
@endif
|
@if ($receipt_details->show_only_sold_unit) {{$line['sell_unit_quantity']}} @else {{$line['quantity']}} @endif | @if(empty($receipt_details->hide_price))@if ($receipt_details->show_only_sold_unit) {{$line['sell_unit_price_before_discount']}} @else {{$line['unit_price_before_discount']}} @endif | {{$line['line_total']}} | @endif
|
+ {{$modifier['name']}} {{$modifier['variation']}}
@if(!empty($modifier['sub_sku'])), {{$modifier['sub_sku']}}@endif
@if(!empty($modifier['cat_code'])), {{$modifier['cat_code']}}@endif
@if(!empty($modifier['sell_line_note'])) ({!!$modifier['sell_line_note']!!})@endif
|
{{$modifier['quantity']}} {{$modifier['units']}} | @if(empty($receipt_details->hide_price)){{$modifier['unit_price_inc_tax']}} | {{$modifier['line_total']}} | @endif|
| No items found | ||||