{{ $product->name }} @if($product->sale_price) SALE @endif @if($product->is_featured) Featured @endif @if(!$product->isInStock())
Out of Stock
@endif

{{ $product->brand->name ?? $product->category->name ?? '' }}

{{ $product->name }}

@for($i = 1; $i <= 5; $i++) @endfor
@if($product->sale_price) ${{ number_format($product->sale_price, 2) }} ${{ number_format($product->price, 2) }} @else ${{ number_format($product->price, 2) }} @endif
@if($product->isInStock())
@csrf
@endif

by {{ $product->vendor->shop_name }}