Product Name:
{{ $product->name }}
@if($product->best_seller)
Best Seller
@endif
Description:
{{ $product->description }}
Price:
Rp {{ number_format($product->price, 0, ',', '.') }}
Stock:
{{ $product->stock }} units
Created:
{{ $product->created_at->format('d M Y, H:i') }}
Last Updated:
{{ $product->updated_at->format('d M Y, H:i') }}