@if ($product->quantity <= 0)
Out
of Stock @endif
of Stock @endif
{{$product->name}}
@if ($product->price > 0) @if($product->on_sale)$ {{$product->price}} $ {{$product->on_sale}}
@else$ {{$product->price}}
@endif @endif
@if ($product->quantity <= 0)
Currently out of stock
@elseIn Stock
@endif
@if (Auth::check() && $product->quantity > 0)
@php
$images=json_decode($product->gallery,true);
@endphp
@if ($images && count($images) > 0 )
@endif
@if ($product->price > 0)
@else
@endif
@elseif(!Auth::check() && $product->quantity > 0)
@if ($product->price > 0)
@else
@endif
@endif
@if ($product->description)
{!! $product->description !!}
@endifRelated Products
@if ($product->on_sale)