@foreach($page_products as $page_product) @if($loop->index % $barcode_details->stickers_in_one_row == 0) @endif @if($loop->iteration % $barcode_details->stickers_in_one_row == 0) @endif @endforeach
093
{{-- Business Name --}} @if(!empty($print['business_name'])) {{strtoupper($business_name)}} Mob.No : 7550073406 @endif {{-- Product Name --}} @if(!empty($print['name'])) @if(!empty($page_product['product_custom_field3']))     D: {{$page_product['product_custom_field3']}} @endif @if(!empty($print['lot_number']) && !empty($page_product->lot_number)) ({{$page_product->lot_number}}) @endif @endif {{-- Price --}} @if(!empty($print['price'])) @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 --}} {{$page_product->sub_sku}}
@if($print['price_type'] == 'inclusive') @if($page_product->sell_price_inc_tax!=($price-$prices)) MRP.{{@number_format($page_product->sell_price_inc_tax,0)}} @endif @if($page_product->sell_price_inc_tax!=($price-$prices)) Price. @else MRP. @endif {{@num_format(round($price-$prices))}} @else MRP.{{@num_format($page_product->default_sell_price)}} @endif
{{-- Variation --}} @if(!empty($print['variations']) && $page_product->is_dummy != 1) @endif @if(!empty($page_product['product_custom_field2'])) Size : {{$page_product['product_custom_field2']}} @endif