@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
@if ($result['role'] != 'Admin' && !empty($result['location_business_name']))
{{-- Business Name --}}
@if (!empty($print['business_name']))
{{ $result['location_business_name'] }}
@endif
@else
{{-- Business Name --}}
@if (!empty($print['business_name']))
{{ $business_name }}
@endif
@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
{{-- 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 --}}