{{-- Business Name --}}
@if(!empty($print['business_name']))
{{ $business_name }}
@endif
{{-- Product Name --}}
@if(!empty($print['name']))
{{ $label['product_actual_name'] }}
@endif
{{-- Brand --}}
@if(!empty($print['brand_name']))
{{ $label['brand_name'] }}
@endif
{{-- Price --}}
@if(!empty($print['price']))
{{ format_currency($label['product_price']) }}
@endif
{{-- Barcode --}}
{{ $label['sub_sku'] }}