Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KunalGautam/156ac6a6d934206a82d52e820fcb9acd to your computer and use it in GitHub Desktop.
Save KunalGautam/156ac6a6d934206a82d52e820fcb9acd to your computer and use it in GitHub Desktop.
@foreach($users as $user)
<li>{!! $user['fname'] !!} {!! $user['lname'] !!} lives in {!! $user['location'] !!} </li>
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment