@if ($barcode['show_business_name'])
{{ $barcode['business_name'] }}
@endif
@if ($barcode['show_product_name'])
{{ $barcode['product_name'] }}
@endif
@if ($barcode['show_product_price'])
{{__('Price')}}: {{ currency_format($barcode['product_price'], currency:business_currency()) }}
@endif
@if ($barcode['show_pack_date'] && ($barcode['packing_date'] ?? false))
{{__('Packing Date')}}: {{ $barcode['packing_date'] }}
@endif
 }})
@if ($barcode['show_product_code'])
{{ $barcode['product_code'] }}
@endif