Skip to content

Instantly share code, notes, and snippets.

@elliotforbes
Created November 4, 2015 21:17
Show Gist options
  • Save elliotforbes/55c675b41330a0c6fac3 to your computer and use it in GitHub Desktop.
Save elliotforbes/55c675b41330a0c6fac3 to your computer and use it in GitHub Desktop.
@foreach ($articles as $article)
{{ $article->id }}
{{ $article->title }}
{{ $article->published }}
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment