No images available
{{ format_price($product->price, $product->currency) }}
Brand
{{ $product->brand }}
Condition
{{ ucfirst($product->condition) }}
@elseif($product->merchant->avatar)
{{ $product->merchant->isAdmin() ? 'Phantom 5 Merchant' : ($product->merchant->merchantProfile->business_name ?? $product->merchant->name) }}
{{ $product->merchant->isAdmin() ? 'Official Store' : 'Verified Merchant' }}
{{ format_price($related->price, $related->currency) }}
@if($related->stock_quantity > 0) {{ $related->stock_quantity }} left @else Sold out @endif