@foreach($brands as $brand)
{{ HTML::image('images/'.$brand->brand_image,'',array("class"=>"recipe-img-widthx border-radius-60")) }}
{{$brand->brand_name}}

{{$brand->description}}

@if($count % 4 == 0)
@endif @endforeach