Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 1, 2019 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e32e2514f59a2eb319a6597805e1f2db to your computer and use it in GitHub Desktop.
Save parzibyte/e32e2514f59a2eb319a6597805e1f2db to your computer and use it in GitHub Desktop.
@foreach($usuarios as $usuario)
<p>{{$usuario}}</p>
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment