Skip to content

Instantly share code, notes, and snippets.

@RimonEkjon
Forked from ericlbarnes/foreach_limit.blade.php
Created August 26, 2014 05:28
Show Gist options
  • Save RimonEkjon/04ed1eaddb49d7d94e3f to your computer and use it in GitHub Desktop.
Save RimonEkjon/04ed1eaddb49d7d94e3f to your computer and use it in GitHub Desktop.
@foreach (array_slice($posts->toArray(), 0, 5) as $post)
<h1>{{ $post['title'] }}</h1>
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment