@lang('lang_v1.packing_slip')
{{$receipt_details->display_name}}
@if(!empty($receipt_details->address))
{!! $receipt_details->address !!}
@endif
@if(!empty($receipt_details->contact))
{!! $receipt_details->contact !!}
@endif
@if(!empty($receipt_details->website))
{{ $receipt_details->website }}
@endif
@if(!empty($receipt_details->tax_info1))
{{ $receipt_details->tax_label1 }} {{ $receipt_details->tax_info1 }}
@endif
@if(!empty($receipt_details->tax_info2))
{{ $receipt_details->tax_label2 }} {{ $receipt_details->tax_info2 }}
@endif
@if(!empty($receipt_details->location_custom_fields))
{{ $receipt_details->location_custom_fields }}
@endif
@if(!empty($receipt_details->invoice_no_prefix)) {!! $receipt_details->invoice_no_prefix !!} @endif {{$receipt_details->invoice_no}}
@if(!empty($receipt_details->date_label)){{$receipt_details->date_label}} {{$receipt_details->invoice_date}}
@endif# | {{$receipt_details->table_product_label}} | {{$receipt_details->table_qty_label}} |
{{$loop->iteration}} |
{{$line['name']}} {{$line['product_variation']}} {{$line['variation']}}
@if(!empty($line['sub_sku'])), {{$line['sub_sku']}} @endif @if(!empty($line['brand'])), {{$line['brand']}} @endif
@if(!empty($line['product_custom_fields'])), {{$line['product_custom_fields']}} @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'])), {{$line['product_expiry_label']}}: {{$line['product_expiry']}} @endif |
{{$line['quantity']}} {{$line['units']}} |
{{$modifier['name']}} {{$modifier['variation']}} @if(!empty($modifier['sub_sku'])), {{$modifier['sub_sku']}} @endif @if(!empty($modifier['sell_line_note']))({!!$modifier['sell_line_note']!!}) @endif | {{$modifier['quantity']}} {{$modifier['units']}} | |