{{-- Business Name --}}
@if(!empty($print['business_name']))
{{$business_name}}
@endif
{{-- Product Name --}}
@if(!empty($print['name']))
{{$page_product['product_actual_name']}}
@endif
{{-- Variation --}}
{{-- product_custom_fields --}}
{{--
--}} {{-- @if(!empty($print['packing_date']) && !empty($page_product->packing_date)) @lang('lang_v1.packing_date'): {{$page_product->packing_date}} @endif --}} {{-- Price --}} @if(!empty($print['price'])) @if(isset($print['promo_price']) && ($page_product['product_promo_price'] != 'null')) @if($page_product['currency_position'] == 'prefix') {{$page_product['currency']}} {{$page_product['product_price']}} {{$page_product['product_promo_price']}} @else {{$page_product['product_price']}} {{$page_product['product_promo_price']}} {{$page_product['currency']}} @endif @else @if($page_product['currency_position'] == 'prefix') {{$page_product['currency']}} {{$page_product['product_price']}} @else {{$page_product['product_price']}} {{$page_product['currency']}} @endif @endif @endif {{-- Barcode --}} |
@if($loop->iteration % $barcode_details->stickers_in_one_row == 0)