@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
{{-- Business Name --}} @if(!empty($print['business_name']))
{{ $merchant->{'company_name_'.app()->getLocale()} }} @endif {{-- Product Name --}} @if(!empty($print['name'])) {{$page_product->{'item_name_'.__('admin.lang')} }} @endif {{-- Price --}} @if(!empty($print['price'])) @lang('admin.price'): @if($print['price_type'] == 'inclusive') {{ number_format($page_product->sale_rate*(1+$page_product->tax->value)) }} @else {{ number_format($page_product->sale_rate)}} @endif {{ config('app.main_currency') }} @endif @if(!empty($print['exp_date']) && !empty($page_product->exp_date))
@lang('admin.product_expiry'): {{$page_product->exp_date}} @if($barcode_details->is_continuous)
@endif @endif @if(!empty($print['packing_date']) && !empty($page_product->packing_date)) @lang('admin.packing_date'): {{$page_product->packing_date}} @endif
{{-- Barcode --}}