Skip to content

Instantly share code, notes, and snippets.

@ishikawam
Created December 7, 2015 15:40
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 ishikawam/4be1415255ab9304e9a5 to your computer and use it in GitHub Desktop.
Save ishikawam/4be1415255ab9304e9a5 to your computer and use it in GitHub Desktop.
@forelse ($user in $user)
@if(!$user->subscribed)
{{ $user->name }}
@endif
@empty
<p>No users found</p>
@endforelse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment