Skip to content

Instantly share code, notes, and snippets.

@Enapiuz

Enapiuz/wat.php Secret

Created March 16, 2016 08:56
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 Enapiuz/3a286d07f447627c623a to your computer and use it in GitHub Desktop.
Save Enapiuz/3a286d07f447627c623a to your computer and use it in GitHub Desktop.
<?php
public function index()
{
$categories = Category::orderBy('id','desc')->paginate($this->perPage);
return view('backend.shop.category.index', compact('categories'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment