@if($product->primaryImageUrl) {{ $product->name }} @else
{{ substr($product->name, 0, 1) }}
@endif
{{-- Quick add overlay --}}
@csrf
@if($product->getDiscountPercentage() > 0) -{{ $product->getDiscountPercentage() }}% @endif @auth
@csrf
@else @endauth

{{ $product->name }}

@for($i = 1; $i <= 5; $i++) @endfor
({{ $product->reviews_count }})
{{ productPrice($product) }} @if($product->compare_price && $product->compare_price > $product->price) {{ productComparePrice($product) }} @endif
@if($product->warehouse === 'both') Ghana & China @elseif($product->warehouse === 'china') China warehouse @elseif($product->warehouse === 'ghana') Ghana warehouse @endif
View
@csrf