@if ($product->on_sale && $product->quantity > 0) Sale @endif @if ($product->quantity <= 0) Out
of Stock
@endif {{$product->name}}

{{$product->name}}

@if ($product->on_sale) $ {{$product->price}} $ {{$product->on_sale}} @else @if ($product->price > 0) $ {{$product->price}} @endif @endif
@if ($product->quantity <= 0)

Currently out of stock

@else

In Stock

@endif

@if($product->description) {!! substr($product->description, 0, 500) !!} @endif
@if (Auth::check() && $product->quantity > 0 ) @if ($product->price > 0)
Add to Cart
@else Ask for price @endif @elseif(!Auth::check() && $product->quantity > 0) @if ($product->price > 0)
Add to Cart
@else Ask for price @endif @endif
Category
  • {{$product->category->title}}