@foreach ($product->thumbnails() as $photo)
@endforeach
@foreach ($product->thumbnails() as $photo)

@endforeach
{{ $product->brand?->name }}
{{ $product->name }}
{{ $product->short_description }}
★★★★☆
4
({{ $product->reviews->count() }} Reviews)
{{ $product->orders->count() }} Sold
{{ showCurrency($product->discount_price > 0 ? $product->discount_price : $product->price) }}
@if ($product->discount_price > 0)
{{ showCurrency($product->price) }}
@endif
@if ($product->getDiscountPercentage($product->price, $product->discount_price) > 0)
Save
{{ number_format($product->getDiscountPercentage($product->price, $product->discount_price)) }}%
@endif
{{ $product->quantity }}
{{ __('View Live') }}
{{ __('Description') }}
{!! $product->description !!}