{{ $product->name }}

({{ $product->weight }}{{ $product->weight_type }}) {{-- @for ($i = 1; $i <= 5; $i++) @endfor --}}

${{ $product->price }} @if ($product->special_price) {{ $product->special_price }} @endif

- +
@if (isset($product->inventory) && $product->inventory->inventory > 0) Add to cart @else Out Of Stock @endif