@foreach($products as $product)
{{ HTML::image('images/'.$product->image,'',array("class"=>"recipe-img-width border-radius-60")) }}
{{$product->product_category}}
@endforeach