public function index()
 {
     $invens = Inventories::get();
     return view("inventories.index", compact("invens"));
 }