-
@for($i = 1; $i<$news->count(); $i++)
@endfor
@foreach($news as $item)
{{HTML::image($item->image->url('xlarge'), $item->title,['style'=>'margin-right:auto;margin-left:auto;max-width:100%;max-height:85%;'])}}
@endforeach
{{$item->description}}