@foreach ($products as $product)
Image @if($product->stock <= 0) @if ($product->is_downloadable != 1) {{ __('Stock Out') }} @endif @endif
{{$product->title}}

{{Helper::showCurrencyPrice($product->previous_price)}} {{Helper::showCurrencyPrice($product->current_price)}}

@endforeach