Skip to content

Instantly share code, notes, and snippets.

@fearrr
Created May 22, 2016 14:53
Show Gist options
  • Save fearrr/3703653b79f9572446ef5d387a896e46 to your computer and use it in GitHub Desktop.
Save fearrr/3703653b79f9572446ef5d387a896e46 to your computer and use it in GitHub Desktop.
//Разбиение на чанки для Twitter Bootstrap
@foreach($collection->chunk(3) as $items)
<div class="row course-set courses__row">
@foreach($items as $item)
<article class="col-md-4 course-block course-block-lessons">
{{ Blade Content }}
</article>
@endforeach
</div>
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment