| Inventory Added By | {{ $inventory->first_name }} {{ $inventory->last_name }} |
| Allergens Name | {{ $inventory->ingredients_name }} |
| Stock | {{ $inventory->stock }} |
| Supplier Name | {{ $inventory->supplier_name }} |
| Supplier Contact | {{ $inventory->supplier_contact }} |
| Reference Code | {{ $inventory->reference_code }} |
| Purchase Price | {{ $inventory->purchase_price }} |
| Stock Type | {{ $inventory->stock_type }} |