|
{{-- Business Name --}}
@if(!empty($print['business_name']))
{{$business_name}}
@endif
{{-- Product Name --}}
@if(!empty($print['name']))
@if(!empty($print['lot_number']) && !empty($page_product->lot_number))
({{$page_product->lot_number}})
@endif
@endif
{{-- Variation --}}
@if(!empty($print['variations']) && $page_product->is_dummy != 1)
{{$page_product->product_variation_name}}:{{$page_product->variation_name}}
@endif
{{-- Price --}}
@if(!empty($print['price']))
@if(!empty($page_product->product_custom_field1))
@lang('product.exp_date'): {{$page_product->exp_date}} @if($barcode_details->is_continuous) @endif @endif @if(!empty($print['packing_date']) && !empty($page_product->packing_date)) @lang('lang_v1.packing_date'): {{$page_product->packing_date}} @endif {{-- Barcode --}} |
@if($loop->iteration % $barcode_details->stickers_in_one_row == 0)