Back to products
{{ $product->category->name }}
{{ $product->name }}
{{ \App\Models\SiteSetting::formatPrice($product->sellingPrice()) }}
@if ($compareAtPrice)
{{ \App\Models\SiteSetting::formatPrice($compareAtPrice) }}
@endif
@if ($discountPercent > 0)
{{ rtrim(rtrim(number_format($discountPercent, 2), '0'), '.') }}% off
@endif
{{ $reviewCount > 0 ? $averageRating : $product->rating }} rating
- Stock
- {{ $product->stock }} available
- Status
- {{ $product->is_active ? 'Available' : 'Unavailable' }}
@if ($product->youtube_url)
@endif
@if ($product->description)
Description
{{ $product->description }}
@endif