@extends('business::layouts.blank') @section('title') {{ __('Invoice') }} @endsection @section('main_content')
{{ $barcode['product_name'] }}
@endif @if ($barcode['show_product_price'])Price: {{ currency_format($barcode['product_price'], currency:business_currency()) }}
@endif @if ($barcode['show_pack_date'])Packing Date: {{ $barcode['packing_date'] }}
@endif{{ $barcode['product_code'] }}
@endif