|
{{-- Business Name --}}
@if(!empty($print['business_name']))
{{$business_name}}
@endif
{{-- Product Name --}}
@if(!empty($print['name']))
{{$page_product['product_actual_name']}}
@endif
{{-- Brand Name --}}
@if(!empty($print['brand_name']))
{{$page_product['brand_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')) {{format_currency($page_product['currency'])}} {{format_currency($page_product['product_price'])}} {{format_currency($page_product['product_promo_price'])}} @else {{format_currency($page_product['currency'])}} {{format_currency($page_product['product_price'])}} @endif @endif {{-- Barcode --}} |
@if($loop->iteration % $barcode_details->stickers_in_one_row == 0)