@endif
@if((!$barcode_details->is_continuous) && ($loop_count % $barcode_details->stickers_in_one_sheet) <= $barcode_details->stickers_in_one_row)
@php $first_row = true @endphp
@elseif($barcode_details->is_continuous && ($loop_count <= $barcode_details->stickers_in_one_row) )
@php $first_row = true @endphp
@else
@php $first_row = false @endphp
@endif
{{-- Business Name --}}
@if(!empty($print['business_name']))
{{$business_name}}
@endif
{{-- Product Name --}}
@if(!empty($print['name']))
{{$details['details']->product_actual_name}}
@endif
{{-- Variation --}}
@if(!empty($print['variations']) && $details['details']->is_dummy != 1)
{{$details['details']->product_variation_name}}:{{$details['details']->variation_name}}
@endif
@if($print['label_show_price_below_barcode'] == 1)
{{-- Barcode --}}
, true)}})
{{-- Price --}}
@if(!empty($print['price']))
@lang('lang_v1.price'):
{{session('currency')['symbol'] ?? ''}}
@if($print['price_type'] == 'inclusive')
{{@num_format($details['details']->sell_price_inc_tax)}}
@else
{{@num_format($details['details']->default_sell_price)}}
@endif
@endif
@else
{{-- Price --}}
@if(!empty($print['price']))
@lang('lang_v1.price'):
{{session('currency')['symbol'] ?? ''}}
@if($print['price_type'] == 'inclusive')
{{@num_format($details['details']->sell_price_inc_tax)}}
@else
{{@num_format($details['details']->default_sell_price)}}
@endif
@endif
{{-- Barcode --}}
, true)}})
@endif