|
{{-- Business Name --}}
{{-- @if(!empty($print['business_name']))
{{$business_name}}
@endif --}}
{{-- Product Name --}}
@if(!empty($print['name']))
{{ \Illuminate\Support\Str::limit($page_product->product_actual_name, 30, $end='') }}
{{-- {{$page_product->product_actual_name}} --}}
@if(!empty($print['lot_number']) && !empty($page_product->lot_number))
({{$page_product->lot_number}})
@endif
@endif
{{-- Variation --}}
@if(!empty($print['variations']) && $page_product->is_dummy != 1)
{{$page_product->product_variation_name}}:{{$page_product->variation_name}}
@endif
{{-- Price --}}
{{-- Barcode --}}
@if(!empty($print['price']))
MRP:
{{session('currency')['symbol'] ?? ''}}
{{@num_format($page_product->product_mrp)}}
@endif
@if(!empty($print['price']))
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
{{-- PKD: {{$page_product->packing_date}} @endif @if(!empty($print['exp_date']) && !empty($page_product->exp_date)) EXP {{$page_product->exp_date}} @if($barcode_details->is_continuous) @endif @endif |
@if($loop->iteration % $barcode_details->stickers_in_one_row == 0)