Skip to content

Instantly share code, notes, and snippets.

@Mombuyish
Created April 26, 2017 17:09
Show Gist options
  • Save Mombuyish/7c080d6d3585628b69e7296c354d2c8f to your computer and use it in GitHub Desktop.
Save Mombuyish/7c080d6d3585628b69e7296c354d2c8f to your computer and use it in GitHub Desktop.
//get Active data
@foreach ($posts->active() as $post)
//.....
@endforeach
//get deactivate data
@foreach ($posts->deactivate() as $post)
//.....
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment