Product Name |
{{ $Product->ProductName }} |
Product ID |
{{ $Product->ProductID }} |
Category Name |
{{$CategoryName}} |
Vendor Name |
{{$VendorName}} |
Product Description |
{{$Product->ProductDescription}} |
Main Stock Quantity |
{{$Product->Qty}} |
Cost Price |
{{$Product->CostPrice}} |
Sale Price |
{{$Product->SalePrice}} |
Profit (%) |
{{ (($Product->SalePrice - $Product->CostPrice) / $Product->CostPrice) * 100 }} % |
Unit |
{{$Product->Unit}} |
Minimum Quantity Level |
{{$Product->MinQtyLevel}} |
Stock In |
{{ date('d/m/Y h:i A', strtotime($Product->created_at)) }} |
Last Update |
{{ date('d/m/Y h:i A', strtotime($Product->updated_at)) }} |
@if($Product->ProductImg)
Image |
|
@endif
Back
Edit
Delete
|
Distribute
Barcode
|