Ejemplo n.º 1
0
 public function homeIndex()
 {
     $medicines = Medicine::orderBy('id', 'DESC')->get();
     $medicines->toarray();
     return View::make('home.index', compact('medicines'));
 }