{{ $product->name }}
General Info
| Product Brand | {{ $product->brand->name ?? '--'}} | Product Barcode Type | {{ $product->barcode_type }} |
|---|---|---|---|
| Product Category | {{ $product->category->name ?? '--' }} | Product Sub Category | {{ $product->sub_category->name ?? '--' }} |
| Product Unit | {{ $product->unit->actual_name ?? '--' }} | Product SKU | {{ $product->sku }} |
Product Description
{{ $product->product_description }}