Example #1
0
 public function anyIndex()
 {
     $rs = Blogs::all();
     return view("news.index")->withRs($rs);
 }