Exemplo n.º 1
0
 public function get_classify()
 {
     return view('admin.System.classify')->withClassifys(Classify::paginate(3))->withErrors(Null);
 }