Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Created January 6, 2016 16:08
Show Gist options
  • Save ekandreas/ba3c800efffdec5d6f66 to your computer and use it in GitHub Desktop.
Save ekandreas/ba3c800efffdec5d6f66 to your computer and use it in GitHub Desktop.
@if (count($records) === 1)
I have one record!
@elseif (count($records) > 1)
I have multiple records!
@else
I don't have any records!
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment