Skip to content

Instantly share code, notes, and snippets.

@aidataguy
Created November 3, 2017 05:50
Show Gist options
  • Save aidataguy/4a20983c1abd0f984df9feb33d74c55c to your computer and use it in GitHub Desktop.
Save aidataguy/4a20983c1abd0f984df9feb33d74c55c to your computer and use it in GitHub Desktop.
@foreach ($friends as $friend)
{{ $friend->name }} - {{ $friend->email }} <br>
<img src="{{ url($friend->avatar }}" alt=""><br>
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment