Created
November 4, 2015 21:17
-
-
Save elliotforbes/55c675b41330a0c6fac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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