Product Details
Price
${{ number_format($product->price, 2) }}
Offer Price
@if ($product->offer_price)
${{ number_format($product->offer_price, 2) }}
@if ($product->offer_expiry_date)
Loading...
@else
Offer active all time
@endif
@else
-
@endif
Stock
@if ($product->stock > 0)
{{ $product->stock }} in stock
@else
Out of stock
@endif
Created By
{{ $product->creator->name }}
Created At
{{ $product->created_at->format('M d, Y · H:i A') }}
Last Updated
{{ $product->updated_at->format('M d, Y · H:i A') }}