Purchase Price
₹{{ $product->formatted_purchase_price }}
Sale Price
₹{{ $product->formatted_sale_price }}
MRP
{{ $product->mrp ? '₹' . $product->formatted_mrp : '-' }}
Description
{{ $product->description ?: 'No description' }}
Created
{{ $product->created_at->format('M d, Y h:i A') }}
Updated
{{ $product->updated_at->format('M d, Y h:i A') }}