Skip to content

Instantly share code, notes, and snippets.

/holamundo.edge Secret

Created October 4, 2017 13:18
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 anonymous/a68a0dd1d58fcb147fe268d04d544d6d to your computer and use it in GitHub Desktop.
Save anonymous/a68a0dd1d58fcb147fe268d04d544d6d to your computer and use it in GitHub Desktop.
@if(users)
@each(user in users)
<p>{{ user }}</p>
@endeach
@else
No hay usuarios
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment