Ejemplo n.º 1
0
 public function index()
 {
     $items = Kategori::latest()->get();
     return $items;
 }