@extends ('layouts.admin') @section('content')

Product Details | View a Product details

@if($Product->ProductImg) @endif
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)) }}
Image
Back Edit Delete Distribute Barcode
@endsection