{{ $product->name }}

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

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

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