Example #1
0
 public function index()
 {
     $Category = new Category();
     return view('home')->withCategories($Category->formedCategories());
 }