|
{{-- Business Name --}}
@if(!empty($print['business_name']))
{{$business_name}}
@endif
{{-- Product Name --}}
@if(!empty($print['name']))
{{$page_product->product_actual_name}}
@endif
{{-- product_custom_fields --}}
{{-- Price --}}
@if(!empty($print['price']))
@lang('lang_v1.price'):
{{session('currency')['symbol'] ?? ''}}
@if($print['price_type'] == 'inclusive')
{{@num_format($page_product->sell_price_inc_tax)}}
@else
{{@num_format($page_product->default_sell_price)}}
@endif
@endif
@if(!empty($print['exp_date']) && !empty($page_product->exp_date))
@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)
@endif
@endforeach